#FCF370

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

Shades of Witch Haze #FCF370

Tints of Witch Haze #FCF370

Color information

#FCF370 (or 0xFCF370) is unknown color: approx Witch Haze. HEX triplet: FC, F3 and 70. RGB value is (252,243,112). Sum of RGB (Red+Green+Blue) = 252+243+112=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF370 is #030C8F. Grayscale: #E7E7E7. Windows color (decimal): -199824 or 7402492. OLE color: 7402492.

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

Color convert

RGB252243112-
CMYK00.040.560.01
HSL56.14º95.89%71.37%-
HSV(B)56.14º55.56%98.82%-
XYZ75.1285.9727.96-
YUV230.7660.98143.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 243 (95.31% from 255) = 40.03%
BLUE value IS 112 (44.14% from 255) = 18.45%
R=41.52%
G=40.03%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224311200.040.560.0156.1495.8971.37
HexFCF37004381386047
Octal3743631600470170140107
Binary111111001111001111100000100111000111100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF370; }

 p { color: rgb(252,243,112); }

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

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

 a { background-color: rgb(252,243,112); }

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

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

 span { border-color: rgb(252,243,112); }

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