Html Css Color HEX #F8CB80 Cherokee

📋 copy color: '#F8CB80'

red 248 ◦ green 203 ◦ blue 128

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

Shades of Cherokee #F8CB80

Tints of Cherokee #F8CB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

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

R = 42.83%
G = 35.06%
B = 22.11%

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

#F8CB80 (or 0xF8CB80) is known color: Cherokee. HEX triplet: F8, CB and 80. RGB value is (248,203,128). Sum of RGB (Red+Green+Blue) = 248+203+128=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB80 is #07347F. Grayscale: #D0D0D0. Windows color (decimal): -472192 or 8440824. OLE color: 8440824.

HSL color Cylindrical-coordinate representation of color #F8CB80: hue angle of 37.5º 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 #F8CB80 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 128 -
CMYK 0 0.18 0.48 0.03
HSL 37.5º 0.9% 0.74% -
HSV(B) 37.5º 0.48% 0.97% -
XYZ 63.96 64.23 29.45 -
YUV 207.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 248 203 128 0 0.18 0.48 0.03 37.5 0.9 0.74
Hex F8 CB 80 0 12 30 3 26 5A 4A
Octal 370 313 200 0 22 60 3 46 132 112
Binary 11111000 11001011 10000000 0 10010 110000 11 100110 1011010 1001010

Color Harmonies of #F8CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB80

Black with #F8CB80

Text Example


Text Example

White with #F8CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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