#FBD388

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

Shades of Cherokee #FBD388

Tints of Cherokee #FBD388

Color information

#FBD388 (or 0xFBD388) is unknown color: approx Cherokee. HEX triplet: FB, D3 and 88. RGB value is (251,211,136). Sum of RGB (Red+Green+Blue) = 251+211+136=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD388 is #042C77. Grayscale: #D6D6D6. Windows color (decimal): -273528 or 8967163. OLE color: 8967163.

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

Color convert

RGB251211136-
CMYK00.160.460.02
HSL39.13º93.5%75.88%-
HSV(B)39.13º45.82%98.43%-
XYZ67.5268.8833.03-
YUV214.4183.75154.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 136 (53.52% from 255) = 22.74%
R=41.97%
G=35.28%
B=22.74%

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
Decimal25121113600.160.460.0239.1393.575.88
HexFBD3880102E2275d4c
Octal37332321002056247135114
Binary1111101111010011100010000100001011101010011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD388; }

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

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

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

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

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

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

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

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