#FBCB85

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

Shades of Cherokee #FBCB85

Tints of Cherokee #FBCB85

Color information

#FBCB85 (or 0xFBCB85) is unknown color: approx Cherokee. HEX triplet: FB, CB and 85. RGB value is (251,203,133). Sum of RGB (Red+Green+Blue) = 251+203+133=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB85 is #04347A. Grayscale: #D1D1D1. Windows color (decimal): -275579 or 8768507. OLE color: 8768507.

HSL color Cylindrical-coordinate representation of color #FBCB85: hue angle of 35.59º 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 #FBCB85 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251203133-
CMYK00.190.470.02
HSL35.59º93.65%75.29%-
HSV(B)35.59º47.01%98.43%-
XYZ65.3764.9131.27-
YUV209.3784.9157.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 203 (79.69% from 255) = 34.58%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=42.76%
G=34.58%
B=22.66%

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
Decimal25120313300.190.470.0235.5993.6575.29
HexFBCB850132F2245e4b
Octal37331320502357244136113
Binary1111101111001011100001010100111011111010010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB85; }

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

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

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

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

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

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

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

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