Html Css Color HEX #F8CC80 Cherokee

📋 copy color: '#F8CC80'

red 248 ◦ green 204 ◦ blue 128

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

Shades of Cherokee #F8CC80

Tints of Cherokee #F8CC80

RGB

 RED value IS 248 (97.27% from 255) = 42.76%

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

 BLUE value IS 128 (50.39% from 255) = 22.07%

R = 42.76%
G = 35.17%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8CC80 (or 0xF8CC80) is known color: Cherokee. HEX triplet: F8, CC and 80. RGB value is (248,204,128). Sum of RGB (Red+Green+Blue) = 248+204+128=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CC80 is #07337F. Grayscale: #D0D0D0. Windows color (decimal): -471936 or 8441080. OLE color: 8441080.

HSL color Cylindrical-coordinate representation of color #F8CC80: hue angle of 38º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8CC80 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 128 -
CMYK 0 0.18 0.48 0.03
HSL 38º 0.9% 0.74% -
HSV(B) 38º 0.48% 0.97% -
XYZ 64.2 64.7 29.53 -
YUV 208.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 248 204 128 0 0.18 0.48 0.03 38 0.9 0.74
Hex F8 CC 80 0 12 30 3 26 5A 4A
Octal 370 314 200 0 22 60 3 46 132 112
Binary 11111000 11001100 10000000 0 10010 110000 11 100110 1011010 1001010

Color Harmonies of #F8CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC80

Black with #F8CC80

Text Example


Text Example

White with #F8CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC80; }

 p { color: rgb(248,204,128); }

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

background-color css

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

 a { background-color: rgb(248,204,128); }

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

border-color css

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

 span { border-color: rgb(248,204,128); }

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