#FCFA75

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

Shades of Witch Haze #FCFA75

Tints of Witch Haze #FCFA75

Color information

#FCFA75 (or 0xFCFA75) is unknown color: approx Witch Haze. HEX triplet: FC, FA and 75. RGB value is (252,250,117). Sum of RGB (Red+Green+Blue) = 252+250+117=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 117 (46.09% from 255 or 18.90% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA75 is #03058A. Grayscale: #EBEBEB. Windows color (decimal): -198027 or 7731964. OLE color: 7731964.

HSL color Cylindrical-coordinate representation of color #FCFA75: hue angle of 59.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCFA75 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252250117-
CMYK00.010.540.01
HSL59.11º95.74%72.35%-
HSV(B)59.11º53.57%98.82%-
XYZ77.5490.3530.18-
YUV235.4461.16139.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 117 (46.09% from 255) = 18.90%
R=40.71%
G=40.39%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225011700.010.540.0159.1195.7472.35
HexFCFA75013613b6048
Octal3743721650166173140110
Binary1111110011111010111010101110110111101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA75; }

 p { color: rgb(252,250,117); }

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

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

 a { background-color: rgb(252,250,117); }

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

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

 span { border-color: rgb(252,250,117); }

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