#FCF275

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

Shades of Witch Haze #FCF275

Tints of Witch Haze #FCF275

Color information

#FCF275 (or 0xFCF275) is unknown color: approx Witch Haze. HEX triplet: FC, F2 and 75. RGB value is (252,242,117). Sum of RGB (Red+Green+Blue) = 252+242+117=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 117 (46.09% from 255 or 19.15% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF275 is #030D8A. Grayscale: #E7E7E7. Windows color (decimal): -200075 or 7729916. OLE color: 7729916.

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

Color convert

RGB252242117-
CMYK00.040.540.01
HSL55.56º95.74%72.35%-
HSV(B)55.56º53.57%98.82%-
XYZ75.1185.4829.37-
YUV230.7463.81143.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 117 (46.09% from 255) = 19.15%
R=41.24%
G=39.61%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224211700.040.540.0155.5695.7472.35
HexFCF27504361386048
Octal3743621650466170140110
Binary111111001111001011101010100110110111100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF275; }

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

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

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

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

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

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

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

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