#FACF86

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

Shades of Cherokee #FACF86

Tints of Cherokee #FACF86

Color information

#FACF86 (or 0xFACF86) is unknown color: approx Cherokee. HEX triplet: FA, CF and 86. RGB value is (250,207,134). Sum of RGB (Red+Green+Blue) = 250+207+134=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF86 is #053079. Grayscale: #D3D3D3. Windows color (decimal): -340090 or 8835066. OLE color: 8835066.

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

Color convert

RGB250207134-
CMYK00.170.460.02
HSL37.76º92.06%75.29%-
HSV(B)37.76º46.4%98.04%-
XYZ66.0466.6731.94-
YUV211.5484.25155.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 134 (52.73% from 255) = 22.67%
R=42.30%
G=35.03%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020713400.170.460.0237.7692.0675.29
HexFACF860112E2265c4b
Octal37231720602156246134113
Binary1111101011001111100001100100011011101010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF86; }

 p { color: rgb(250,207,134); }

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

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

 a { background-color: rgb(250,207,134); }

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

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

 span { border-color: rgb(250,207,134); }

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