#FCEF7E

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

Shades of Witch Haze #FCEF7E

Tints of Witch Haze #FCEF7E

Color information

#FCEF7E (or 0xFCEF7E) is unknown color: approx Witch Haze. HEX triplet: FC, EF and 7E. RGB value is (252,239,126). Sum of RGB (Red+Green+Blue) = 252+239+126=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 126 (49.61% from 255 or 20.42% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF7E is #031081. Grayscale: #E6E6E6. Windows color (decimal): -200834 or 8318972. OLE color: 8318972.

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

Color convert

RGB252239126-
CMYK00.050.50.01
HSL53.81º95.45%74.12%-
HSV(B)53.81º50%98.82%-
XYZ74.7883.9332-
YUV23069.31143.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 126 (49.61% from 255) = 20.42%
R=40.84%
G=38.74%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223912600.050.50.0153.8195.4574.12
HexFCEF7E05321365f4a
Octal3743571760562166137112
Binary111111001110111111111100101110010111011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEF7E; }

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

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

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

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

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

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

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

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