#FBD08C

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

Shades of Cherokee #FBD08C

Tints of Cherokee #FBD08C

Color information

#FBD08C (or 0xFBD08C) is unknown color: approx Cherokee. HEX triplet: FB, D0 and 8C. RGB value is (251,208,140). Sum of RGB (Red+Green+Blue) = 251+208+140=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD08C is #042F73. Grayscale: #D5D5D5. Windows color (decimal): -274292 or 9228539. OLE color: 9228539.

HSL color Cylindrical-coordinate representation of color #FBD08C: hue angle of 36.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBD08C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB251208140-
CMYK00.170.440.02
HSL36.76º93.28%76.67%-
HSV(B)36.76º44.22%98.43%-
XYZ67.0767.5134.31-
YUV213.186.75155.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 140 (55.08% from 255) = 23.37%
R=41.90%
G=34.72%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120814000.170.440.0236.7693.2876.67
HexFBD08C0112C2255d4d
Octal37332021402154245135115
Binary1111101111010000100011000100011011001010010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD08C; }

 p { color: rgb(251,208,140); }

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

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

 a { background-color: rgb(251,208,140); }

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

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

 span { border-color: rgb(251,208,140); }

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