#FBC685

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

Shades of Cherokee #FBC685

Tints of Cherokee #FBC685

Color information

#FBC685 (or 0xFBC685) is unknown color: approx Cherokee. HEX triplet: FB, C6 and 85. RGB value is (251,198,133). Sum of RGB (Red+Green+Blue) = 251+198+133=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC685 is #04397A. Grayscale: #CECECE. Windows color (decimal): -276859 or 8767227. OLE color: 8767227.

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

Color convert

RGB251198133-
CMYK00.210.470.02
HSL33.05º93.65%75.29%-
HSV(B)33.05º47.01%98.43%-
XYZ64.2162.5930.89-
YUV206.4486.56159.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 198 (77.73% from 255) = 34.02%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=43.13%
G=34.02%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119813300.210.470.0233.0593.6575.29
HexFBC6850152F2215e4b
Octal37330620502557241136113
Binary1111101111000110100001010101011011111010000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC685; }

 p { color: rgb(251,198,133); }

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

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

 a { background-color: rgb(251,198,133); }

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

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

 span { border-color: rgb(251,198,133); }

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