#FCED7E

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

Shades of Witch Haze #FCED7E

Tints of Witch Haze #FCED7E

Color information

#FCED7E (or 0xFCED7E) is unknown color: approx Witch Haze. HEX triplet: FC, ED and 7E. RGB value is (252,237,126). Sum of RGB (Red+Green+Blue) = 252+237+126=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 126 (49.61% from 255 or 20.49% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7E is #031281. Grayscale: #E5E5E5. Windows color (decimal): -201346 or 8318460. OLE color: 8318460.

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

Color convert

RGB252237126-
CMYK00.060.50.01
HSL52.86º95.45%74.12%-
HSV(B)52.86º50%98.82%-
XYZ74.1982.7731.8-
YUV228.8369.97144.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 126 (49.61% from 255) = 20.49%
R=40.98%
G=38.54%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223712600.060.50.0152.8695.4574.12
HexFCED7E06321355f4a
Octal3743551760662165137112
Binary111111001110110111111100110110010111010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED7E; }

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

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

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

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

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

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

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

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