#FBC488

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

Shades of Cherokee #FBC488

Tints of Cherokee #FBC488

Color information

#FBC488 (or 0xFBC488) is unknown color: approx Cherokee. HEX triplet: FB, C4 and 88. RGB value is (251,196,136). Sum of RGB (Red+Green+Blue) = 251+196+136=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC488 is #043B77. Grayscale: #CDCDCD. Windows color (decimal): -277368 or 8963323. OLE color: 8963323.

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

Color convert

RGB251196136-
CMYK00.220.460.02
HSL31.3º93.5%75.88%-
HSV(B)31.3º45.82%98.43%-
XYZ63.9761.7731.84-
YUV205.688.72160.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 136 (53.52% from 255) = 23.33%
R=43.05%
G=33.62%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119613600.220.460.0231.393.575.88
HexFBC4880162E21f5d4c
Octal37330421002656237135114
Binary111110111100010010001000010110101110101111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC488; }

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

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

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

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

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

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

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

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