Html Css Color HEX #F2C978 Cherokee

📋 copy color: '#F2C978'

red 242 ◦ green 201 ◦ blue 120

#F2C978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #F2C978

Tints of Cherokee #F2C978

RGB

 RED value IS 242 (94.92% from 255) = 42.98%

 GREEN value IS 201 (78.91% from 255) = 35.7%

 BLUE value IS 120 (47.27% from 255) = 21.31%

R = 42.98%
G = 35.7%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2C978 (or 0xF2C978) is known color: Cherokee. HEX triplet: F2, C9 and 78. RGB value is (242,201,120). Sum of RGB (Red+Green+Blue) = 242+201+120=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C978 is #0D3687. Grayscale: #CCCCCC. Windows color (decimal): -865928 or 7916018. OLE color: 7916018.

HSL color Cylindrical-coordinate representation of color #F2C978: hue angle of 39.84º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2C978 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 120 -
CMYK 0 0.17 0.50 0.05
HSL 39.84º 0.82% 0.71% -
HSV(B) 39.84º 0.5% 0.95% -
XYZ 60.89 62.01 26.53 -
YUV 204.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 242 201 120 0 0.17 0.50 0.05 39.84 0.82 0.71
Hex F2 C9 78 0 11 32 5 28 52 47
Octal 362 311 170 0 21 62 5 50 122 107
Binary 11110010 11001001 1111000 0 10001 110010 101 101000 1010010 1000111

Color Harmonies of #F2C978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C978

Black with #F2C978

Text Example


Text Example

White with #F2C978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C978; }

 p { color: rgb(242,201,120); }

 H1.HeaderClassName
 {
   color: #F2C978;
 }
 .AnyTagClassName
 {
   color: #F2C978;
 }
</style>

background-color css

<style>
 a { background-color: #F2C978; }

 a { background-color: rgb(242,201,120); }

 div.DivClassName
 {
   background-color: #F2C978;
 }
 .BgClassName
 {
   background-color: #F2C978;
 }
</style>

border-color css

<style>
 span { border-color: #F2C978; }

 span { border-color: rgb(242,201,120); }

 td.TdClassName
 {
   border-color: #F2C978;
 }
 .TagClassName
 {
   border-color: #F2C978;
 }
</style>