#FBD287

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

Shades of Cherokee #FBD287

Tints of Cherokee #FBD287

Color information

#FBD287 (or 0xFBD287) is unknown color: approx Cherokee. HEX triplet: FB, D2 and 87. RGB value is (251,210,135). Sum of RGB (Red+Green+Blue) = 251+210+135=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD287 is #042D78. Grayscale: #D6D6D6. Windows color (decimal): -273785 or 8901371. OLE color: 8901371.

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

Color convert

RGB251210135-
CMYK00.160.460.02
HSL38.79º93.55%75.69%-
HSV(B)38.79º46.22%98.43%-
XYZ67.268.3532.57-
YUV213.7183.58154.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 135 (53.12% from 255) = 22.65%
R=42.11%
G=35.23%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121013500.160.460.0238.7993.5575.69
HexFBD2870102E2275e4c
Octal37332220702056247136114
Binary1111101111010010100001110100001011101010011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD287; }

 p { color: rgb(251,210,135); }

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

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

 a { background-color: rgb(251,210,135); }

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

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

 span { border-color: rgb(251,210,135); }

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