COLOR #F2C780

HEX: #F2C780 RGB: (242,199,128)

Color info

#F2C780 contains mainly red and green colors. Web safe color of #F2C780 is #FFCC66 (or #FC6).

RGB color model

#F2C780 color RGB value is (242,199,128).

RGB: (242,199,128) (95%, 78%, 50%)

RGB channels and saturation

R 242 of 255 = 95%
G 199 of 255 = 78%
B 128 of 255 = 50%

242
199
128

R + G + B ~ 74%. #F2C780 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 199 + 128 = 569 (100%)
R 242 of 569 ~ 42.53%
G 199 of 569 ~ 34.97%
B 128 of 569 ~ 22.5'%

%42.53
%34.97
%22.5

CMYK color model

#F2C780 color CMYK value is (0,18,47,5).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 47.11%
  • key color value is 5.10%

CMYK: (0,18,47,5)
C0M18Y47K5 (0%, 18%, 47%, 5%)
(0.00 / 0.18 / 0.47 / 0.05)

CMYK percentages

%0
%17.77
%47.11
%5.1

Codes

Color #F2C780 in popluar color models

F2 C7 80
RGB 242 199 128
HSL 37° 81.43% 72.55%
HSB/HSV 37° 47.11% 94.90%
CMYK 0.00% 17.77% 47.11%
5.10%

Color #F2C780 in popluar number systems.

HEX F2 C7 80
Decimal 242 199 128
Binary 11110010 11000111 10000000
Octal 362 307 200

Shades and tints

Shades of #F2C780

#F2C780
(242,199,128)
#DCB575
(220,181,117)
#C6A36A
(198,163,106)
#B0915F
(176,145,95)
#9A7F54
(154,127,84)
#846D49
(132,109,73)
#6E5B3E
(110,91,62)
#584933
(88,73,51)
#423728
(66,55,40)
#2C251D
(44,37,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #F2C780

#F2C780
(242,199,128)
#F3CC8B
(243,204,139)
#F4D196
(244,209,150)
#F5D6A1
(245,214,161)
#F6DBAC
(246,219,172)
#F7E0B7
(247,224,183)
#F8E5C2
(248,229,194)
#F9EACD
(249,234,205)
#FAEFD8
(250,239,216)
#FBF4E3
(251,244,227)
#FCF9EE
(252,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C780 color. Also use rgb(242,199,128) instead hex code.

Text Font Color

.myTextColor { color: #F2C780; }

<p style="color:#F2C780">This sample text font color is #F2C780.</p>

This text font color is #F2C780.

Background Color

.myBgColor { background-color: #F2C780; }

<div style="background-color:#F2C780">Inner text</div>

This div background color is #F2C780.

Border color

.myBorderColor { border: 1px solid #F2C780; }

<div style="border:3px solid #F2C780">Div</div>

This div border color is #F2C780.

Opacity

.myOpacity80 { color: #F2C780; opacity: 0.8; }

<p style="color:#F2C780;opacity:0.8;">80%</p>

Text with #F2C780 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F2C780;}

<p style="text-shadow: 3px 3px 1px #F2C780">Text here.</p>

This text has shadow with #F2C780 color.


.textShadow {text-shadow: 3px 3px 1px #F2C780', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F2C780, 5px 5px 20px red">Text here.</p>

This text has shadow with #F2C780 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2C780, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F2C780, Direction=45, Strength=4)">Text</p>

This text has shadow with #F2C780 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2C780;
-webkit-box-shadow: 1px 1px 3px 2px #F2C780;
box-shadow: 1px 1px 3px 2px #F2C780;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2C780; -webkit-box-shadow: 1px 1px 3px 2px #F2C780; box-shadow:1px 1px 3px 2px #F2C780;">
Div content here
</div>

This div box has shadow with color #F2C780.

Preview

Color preview on black background

This text has color #F2C780 on black background.


Color preview on white background

This text has color #F2C780 on white background.


Black color preview on #F2C780 background

This text has black color on #F2C780 background.


White color preview on #F2C780 background

This text has white color on #F2C780 background.


Related colors

Complementary color

Complementary color for #hex is #0D387F.


I love getcolorcode.com

Triadic colors

1 #80F2C7 and #C780F2 with #F2C780 are triadic colors.

2 #80C7F2 and #C7F280 with #F2C780 are triadic colors.