#FCF07A

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

Shades of Witch Haze #FCF07A

Tints of Witch Haze #FCF07A

Color information

#FCF07A (or 0xFCF07A) is unknown color: approx Witch Haze. HEX triplet: FC, F0 and 7A. RGB value is (252,240,122). Sum of RGB (Red+Green+Blue) = 252+240+122=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF07A is #030F85. Grayscale: #E6E6E6. Windows color (decimal): -200582 or 8057084. OLE color: 8057084.

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

Color convert

RGB252240122-
CMYK00.050.520.01
HSL54.46º95.59%73.33%-
HSV(B)54.46º51.59%98.82%-
XYZ74.8284.4230.76-
YUV230.1466.98143.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 122 (48.05% from 255) = 19.87%
R=41.04%
G=39.09%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224012200.050.520.0154.4695.5973.33
HexFCF07A05341366049
Octal3743601720564166140111
Binary111111001111000011110100101110100111011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF07A; }

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

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

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

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

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

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

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

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