#FBD086

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

Shades of Cherokee #FBD086

Tints of Cherokee #FBD086

Color information

#FBD086 (or 0xFBD086) is unknown color: approx Cherokee. HEX triplet: FB, D0 and 86. RGB value is (251,208,134). Sum of RGB (Red+Green+Blue) = 251+208+134=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD086 is #042F79. Grayscale: #D4D4D4. Windows color (decimal): -274298 or 8835323. OLE color: 8835323.

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

Color convert

RGB251208134-
CMYK00.170.470.02
HSL37.95º93.6%75.49%-
HSV(B)37.95º46.61%98.43%-
XYZ66.6467.3432.04-
YUV212.4283.75155.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 208 (81.64% from 255) = 35.08%
BLUE value IS 134 (52.73% from 255) = 22.60%
R=42.33%
G=35.08%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120813400.170.470.0237.9593.675.49
HexFBD0860112F2265e4b
Octal37332020602157246136113
Binary1111101111010000100001100100011011111010011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD086; }

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

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

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

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

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

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

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

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