#F8CB8D

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

Shades of Cherokee #F8CB8D

Tints of Cherokee #F8CB8D

Color information

#F8CB8D (or 0xF8CB8D) is unknown color: approx Cherokee. HEX triplet: F8, CB and 8D. RGB value is (248,203,141). Sum of RGB (Red+Green+Blue) = 248+203+141=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB8D is #073472. Grayscale: #D1D1D1. Windows color (decimal): -472179 or 9292792. OLE color: 9292792.

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

Color convert

RGB248203141-
CMYK00.180.430.03
HSL34.77º88.43%76.27%-
HSV(B)34.77º43.15%97.25%-
XYZ64.8864.5934.25-
YUV209.3989.41155.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.89%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=41.89%
G=34.29%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820314100.180.430.0334.7788.4376.27
HexF8CB8D0122B323584c
Octal37031321502253343130114
Binary1111100011001011100011010100101010111110001110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CB8D; }

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

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

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

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

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

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

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

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