#FAC685

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

Shades of Cherokee #FAC685

Tints of Cherokee #FAC685

Color information

#FAC685 (or 0xFAC685) is unknown color: approx Cherokee. HEX triplet: FA, C6 and 85. RGB value is (250,198,133). Sum of RGB (Red+Green+Blue) = 250+198+133=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC685 is #05397A. Grayscale: #CECECE. Windows color (decimal): -342395 or 8767226. OLE color: 8767226.

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

Color convert

RGB250198133-
CMYK00.210.470.02
HSL33.33º92.13%75.1%-
HSV(B)33.33º46.8%98.04%-
XYZ63.8562.4130.87-
YUV206.1486.73159.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=43.03%
G=34.08%
B=22.89%

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
Decimal25019813300.210.470.0233.3392.1375.1
HexFAC6850152F2215c4b
Octal37230620502557241134113
Binary1111101011000110100001010101011011111010000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC685; }

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

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

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

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

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

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

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

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