#FCED7D

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

Shades of Witch Haze #FCED7D

Tints of Witch Haze #FCED7D

Color information

#FCED7D (or 0xFCED7D) is unknown color: approx Witch Haze. HEX triplet: FC, ED and 7D. RGB value is (252,237,125). Sum of RGB (Red+Green+Blue) = 252+237+125=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7D is #031282. Grayscale: #E5E5E5. Windows color (decimal): -201347 or 8252924. OLE color: 8252924.

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

Color convert

RGB252237125-
CMYK00.060.500.01
HSL52.91º95.49%73.92%-
HSV(B)52.91º50.4%98.82%-
XYZ74.1382.7431.47-
YUV228.7269.47144.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 125 (49.22% from 255) = 20.36%
R=41.04%
G=38.60%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223712500.060.500.0152.9195.4973.92
HexFCED7D06321355f4a
Octal3743551750662165137112
Binary111111001110110111111010110110010111010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED7D; }

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

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

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

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

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

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

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

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