#FCEF7C

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

Shades of Witch Haze #FCEF7C

Tints of Witch Haze #FCEF7C

Color information

#FCEF7C (or 0xFCEF7C) is unknown color: approx Witch Haze. HEX triplet: FC, EF and 7C. RGB value is (252,239,124). Sum of RGB (Red+Green+Blue) = 252+239+124=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 124 (48.83% from 255 or 20.16% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF7C is #031083. Grayscale: #E6E6E6. Windows color (decimal): -200836 or 8187900. OLE color: 8187900.

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

Color convert

RGB252239124-
CMYK00.050.510.01
HSL53.91º95.52%73.73%-
HSV(B)53.91º50.79%98.82%-
XYZ74.6583.8831.33-
YUV229.7868.31143.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 124 (48.83% from 255) = 20.16%
R=40.98%
G=38.86%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223912400.050.510.0153.9195.5273.73
HexFCEF7C0533136604a
Octal3743571740563166140112
Binary111111001110111111111000101110011111011011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEF7C; }

 p { color: rgb(252,239,124); }

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

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

 a { background-color: rgb(252,239,124); }

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

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

 span { border-color: rgb(252,239,124); }

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