#FCF075

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

Shades of Witch Haze #FCF075

Tints of Witch Haze #FCF075

Color information

#FCF075 (or 0xFCF075) is unknown color: approx Witch Haze. HEX triplet: FC, F0 and 75. RGB value is (252,240,117). Sum of RGB (Red+Green+Blue) = 252+240+117=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 117 (46.09% from 255 or 19.21% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF075 is #030F8A. Grayscale: #E6E6E6. Windows color (decimal): -200587 or 7729404. OLE color: 7729404.

HSL color Cylindrical-coordinate representation of color #FCF075: hue angle of 54.67º 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 #FCF075 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252240117-
CMYK00.050.540.01
HSL54.67º95.74%72.35%-
HSV(B)54.67º53.57%98.82%-
XYZ74.5284.329.17-
YUV229.5764.48144-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 240 (94.14% from 255) = 39.41%
BLUE value IS 117 (46.09% from 255) = 19.21%
R=41.38%
G=39.41%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224011700.050.540.0154.6795.7472.35
HexFCF07505361376048
Octal3743601650566167140110
Binary111111001111000011101010101110110111011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF075; }

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

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

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

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

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

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

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

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