Html Css Color HEX #F6CC7C Cherokee

📋 copy color: '#F6CC7C'

red 246 ◦ green 204 ◦ blue 124

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

Shades of Cherokee #F6CC7C

Tints of Cherokee #F6CC7C

RGB

 RED value IS 246 (96.48% from 255) = 42.86%

 GREEN value IS 204 (80.08% from 255) = 35.54%

 BLUE value IS 124 (48.83% from 255) = 21.6%

R = 42.86%
G = 35.54%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6CC7C (or 0xF6CC7C) is known color: Cherokee. HEX triplet: F6, CC and 7C. RGB value is (246,204,124). Sum of RGB (Red+Green+Blue) = 246+204+124=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CC7C is #093383. Grayscale: #CFCFCF. Windows color (decimal): -603012 or 8178934. OLE color: 8178934.

HSL color Cylindrical-coordinate representation of color #F6CC7C: hue angle of 39.34º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6CC7C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 124 -
CMYK 0 0.17 0.50 0.04
HSL 39.34º 0.87% 0.73% -
HSV(B) 39.34º 0.5% 0.96% -
XYZ 63.24 64.23 28.13 -
YUV 207.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 246 204 124 0 0.17 0.50 0.04 39.34 0.87 0.73
Hex F6 CC 7C 0 11 32 4 27 57 49
Octal 366 314 174 0 21 62 4 47 127 111
Binary 11110110 11001100 1111100 0 10001 110010 100 100111 1010111 1001001

Color Harmonies of #F6CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC7C

Black with #F6CC7C

Text Example


Text Example

White with #F6CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC7C; }

 p { color: rgb(246,204,124); }

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

background-color css

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

 a { background-color: rgb(246,204,124); }

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

border-color css

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

 span { border-color: rgb(246,204,124); }

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