#FCED81

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

Shades of Witch Haze #FCED81

Tints of Witch Haze #FCED81

Color information

#FCED81 (or 0xFCED81) is unknown color: approx Witch Haze. HEX triplet: FC, ED and 81. RGB value is (252,237,129). Sum of RGB (Red+Green+Blue) = 252+237+129=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 129 (50.78% from 255 or 20.87% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED81 is #03127E. Grayscale: #E5E5E5. Windows color (decimal): -201343 or 8515068. OLE color: 8515068.

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

Color convert

RGB252237129-
CMYK00.060.490.01
HSL52.68º95.35%74.71%-
HSV(B)52.68º48.81%98.82%-
XYZ74.3982.8532.84-
YUV229.1771.47144.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 129 (50.78% from 255) = 20.87%
R=40.78%
G=38.35%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223712900.060.490.0152.6895.3574.71
HexFCED8106311355f4b
Octal3743552010661165137113
Binary1111110011101101100000010110110001111010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED81; }

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

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

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

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

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

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

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

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