#FBD387

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

Shades of Cherokee #FBD387

Tints of Cherokee #FBD387

Color information

#FBD387 (or 0xFBD387) is unknown color: approx Cherokee. HEX triplet: FB, D3 and 87. RGB value is (251,211,135). Sum of RGB (Red+Green+Blue) = 251+211+135=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD387 is #042C78. Grayscale: #D6D6D6. Windows color (decimal): -273529 or 8901627. OLE color: 8901627.

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

Color convert

RGB251211135-
CMYK00.160.460.02
HSL39.31º93.55%75.69%-
HSV(B)39.31º46.22%98.43%-
XYZ67.4568.8532.66-
YUV214.383.25154.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 135 (53.12% from 255) = 22.61%
R=42.04%
G=35.34%
B=22.61%

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
Decimal25121113500.160.460.0239.3193.5575.69
HexFBD3870102E2275e4c
Octal37332320702056247136114
Binary1111101111010011100001110100001011101010011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD387; }

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

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

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

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

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

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

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

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