#FBD488

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

Shades of Cherokee #FBD488

Tints of Cherokee #FBD488

Color information

#FBD488 (or 0xFBD488) is unknown color: approx Cherokee. HEX triplet: FB, D4 and 88. RGB value is (251,212,136). Sum of RGB (Red+Green+Blue) = 251+212+136=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 136 (53.52% from 255 or 22.70% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD488 is #042B77. Grayscale: #D7D7D7. Windows color (decimal): -273272 or 8967419. OLE color: 8967419.

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

Color convert

RGB251212136-
CMYK00.160.460.02
HSL39.65º93.5%75.88%-
HSV(B)39.65º45.82%98.43%-
XYZ67.7769.3733.11-
YUV21583.42153.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 136 (53.52% from 255) = 22.70%
R=41.90%
G=35.39%
B=22.70%

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
Decimal25121213600.160.460.0239.6593.575.88
HexFBD4880102E2285d4c
Octal37332421002056250135114
Binary1111101111010100100010000100001011101010100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD488; }

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

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

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

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

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

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

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

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