#FBCB86

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

Shades of Cherokee #FBCB86

Tints of Cherokee #FBCB86

Color information

#FBCB86 (or 0xFBCB86) is unknown color: approx Cherokee. HEX triplet: FB, CB and 86. RGB value is (251,203,134). Sum of RGB (Red+Green+Blue) = 251+203+134=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB86 is #043479. Grayscale: #D1D1D1. Windows color (decimal): -275578 or 8834043. OLE color: 8834043.

HSL color Cylindrical-coordinate representation of color #FBCB86: hue angle of 35.38º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBCB86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251203134-
CMYK00.190.470.02
HSL35.38º93.6%75.49%-
HSV(B)35.38º46.61%98.43%-
XYZ65.4464.9431.64-
YUV209.4985.4157.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 134 (52.73% from 255) = 22.79%
R=42.69%
G=34.52%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120313400.190.470.0235.3893.675.49
HexFBCB860132F2235e4b
Octal37331320602357243136113
Binary1111101111001011100001100100111011111010001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB86; }

 p { color: rgb(251,203,134); }

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

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

 a { background-color: rgb(251,203,134); }

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

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

 span { border-color: rgb(251,203,134); }

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