#FACF87

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

Shades of Cherokee #FACF87

Tints of Cherokee #FACF87

Color information

#FACF87 (or 0xFACF87) is unknown color: approx Cherokee. HEX triplet: FA, CF and 87. RGB value is (250,207,135). Sum of RGB (Red+Green+Blue) = 250+207+135=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF87 is #053078. Grayscale: #D3D3D3. Windows color (decimal): -340089 or 8900602. OLE color: 8900602.

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

Color convert

RGB250207135-
CMYK00.170.460.02
HSL37.57º92%75.49%-
HSV(B)37.57º46%98.04%-
XYZ66.1166.732.31-
YUV211.6584.75155.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 135 (53.12% from 255) = 22.80%
R=42.23%
G=34.97%
B=22.80%

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
Decimal25020713500.170.460.0237.579275.49
HexFACF870112E2265c4b
Octal37231720702156246134113
Binary1111101011001111100001110100011011101010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF87; }

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

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

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

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

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

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

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

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