#F8CB82

Color #F8CB82 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F8CB82

Tints of Cherokee #F8CB82

Color information

#F8CB82 (or 0xF8CB82) is unknown color: approx Cherokee. HEX triplet: F8, CB and 82. RGB value is (248,203,130). Sum of RGB (Red+Green+Blue) = 248+203+130=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB82 is #07347D. Grayscale: #D0D0D0. Windows color (decimal): -472190 or 8571896. OLE color: 8571896.

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

Color convert

RGB248203130-
CMYK00.180.480.03
HSL37.12º89.39%74.12%-
HSV(B)37.12º47.58%97.25%-
XYZ64.164.2830.15-
YUV208.1383.91156.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 130 (51.17% from 255) = 22.38%
R=42.69%
G=34.94%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820313000.180.480.0337.1289.3974.12
HexF8CB8201230325594a
Octal37031320202260345131112
Binary1111100011001011100000100100101100001110010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CB82; }

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

 H1.HeaderClassName
 {
   color: #F8CB82;
 }
 .AnyTagClassName
 {
   color: #F8CB82;
 }
</style>
background-color css

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

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

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

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

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

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