#FCF780

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

Shades of Witch Haze #FCF780

Tints of Witch Haze #FCF780

Color information

#FCF780 (or 0xFCF780) is unknown color: approx Witch Haze. HEX triplet: FC, F7 and 80. RGB value is (252,247,128). Sum of RGB (Red+Green+Blue) = 252+247+128=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 128 (50.39% from 255 or 20.41% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF780 is #03087F. Grayscale: #EBEBEB. Windows color (decimal): -198784 or 8452092. OLE color: 8452092.

HSL color Cylindrical-coordinate representation of color #FCF780: hue angle of 57.58º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCF780 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252247128-
CMYK00.020.490.01
HSL57.58º95.38%74.51%-
HSV(B)57.58º49.21%98.82%-
XYZ77.388.7833.48-
YUV234.9367.66140.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 247 (96.88% from 255) = 39.39%
BLUE value IS 128 (50.39% from 255) = 20.41%
R=40.19%
G=39.39%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224712800.020.490.0157.5895.3874.51
HexFCF780023113a5f4b
Octal3743672000261172137113
Binary111111001111011110000000010110001111101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF780; }

 p { color: rgb(252,247,128); }

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

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

 a { background-color: rgb(252,247,128); }

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

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

 span { border-color: rgb(252,247,128); }

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