#FCF875

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

Shades of Witch Haze #FCF875

Tints of Witch Haze #FCF875

Color information

#FCF875 (or 0xFCF875) is unknown color: approx Witch Haze. HEX triplet: FC, F8 and 75. RGB value is (252,248,117). Sum of RGB (Red+Green+Blue) = 252+248+117=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 117 (46.09% from 255 or 18.96% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF875 is #03078A. Grayscale: #EAEAEA. Windows color (decimal): -198539 or 7731452. OLE color: 7731452.

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

Color convert

RGB252248117-
CMYK00.020.540.01
HSL58.22º95.74%72.35%-
HSV(B)58.22º53.57%98.82%-
XYZ76.9289.1129.98-
YUV234.2661.83140.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 248 (97.27% from 255) = 40.19%
BLUE value IS 117 (46.09% from 255) = 18.96%
R=40.84%
G=40.19%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224811700.020.540.0158.2295.7472.35
HexFCF875023613a6048
Octal3743701650266172140110
Binary11111100111110001110101010110110111101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF875; }

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

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

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

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

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

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

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

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