#FCF073

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

Shades of Witch Haze #FCF073

Tints of Witch Haze #FCF073

Color information

#FCF073 (or 0xFCF073) is unknown color: approx Witch Haze. HEX triplet: FC, F0 and 73. RGB value is (252,240,115). Sum of RGB (Red+Green+Blue) = 252+240+115=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF073 is #030F8C. Grayscale: #E5E5E5. Windows color (decimal): -200589 or 7598332. OLE color: 7598332.

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

Color convert

RGB252240115-
CMYK00.050.540.01
HSL54.74º95.8%71.96%-
HSV(B)54.74º54.37%98.82%-
XYZ74.484.2528.56-
YUV229.3463.48144.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 115 (45.31% from 255) = 18.95%
R=41.52%
G=39.54%
B=18.95%

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
Decimal25224011500.050.540.0154.7495.871.96
HexFCF07305361376048
Octal3743601630566167140110
Binary111111001111000011100110101110110111011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF073; }

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

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

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

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

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

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

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

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