#FBC486

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

Shades of Cherokee #FBC486

Tints of Cherokee #FBC486

Color information

#FBC486 (or 0xFBC486) is unknown color: approx Cherokee. HEX triplet: FB, C4 and 86. RGB value is (251,196,134). Sum of RGB (Red+Green+Blue) = 251+196+134=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC486 is #043B79. Grayscale: #CDCDCD. Windows color (decimal): -277370 or 8832251. OLE color: 8832251.

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

Color convert

RGB251196134-
CMYK00.220.470.02
HSL31.79º93.6%75.49%-
HSV(B)31.79º46.61%98.43%-
XYZ63.8361.7131.1-
YUV205.3887.72160.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 134 (52.73% from 255) = 23.06%
R=43.20%
G=33.73%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119613400.220.470.0231.7993.675.49
HexFBC4860162F2205e4b
Octal37330420602657240136113
Binary1111101111000100100001100101101011111010000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC486; }

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

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

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

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

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

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

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

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