#FACF7B

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

Shades of Cherokee #FACF7B

Tints of Cherokee #FACF7B

Color information

#FACF7B (or 0xFACF7B) is unknown color: approx Cherokee. HEX triplet: FA, CF and 7B. RGB value is (250,207,123). Sum of RGB (Red+Green+Blue) = 250+207+123=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF7B is #053084. Grayscale: #D2D2D2. Windows color (decimal): -340101 or 8114170. OLE color: 8114170.

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

Color convert

RGB250207123-
CMYK00.170.510.02
HSL39.69º92.7%73.14%-
HSV(B)39.69º50.8%98.04%-
XYZ65.3166.3828.11-
YUV210.2878.75156.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 123 (48.44% from 255) = 21.21%
R=43.10%
G=35.69%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020712300.170.510.0239.6992.773.14
HexFACF7B011332285d49
Octal37231717302163250135111
Binary111110101100111111110110100011100111010100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF7B; }

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

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

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

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

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

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

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

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