#FCEE82

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

Shades of Witch Haze #FCEE82

Tints of Witch Haze #FCEE82

Color information

#FCEE82 (or 0xFCEE82) is unknown color: approx Witch Haze. HEX triplet: FC, EE and 82. RGB value is (252,238,130). Sum of RGB (Red+Green+Blue) = 252+238+130=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 130 (51.17% from 255 or 20.97% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEE82 is #03117D. Grayscale: #E6E6E6. Windows color (decimal): -201086 or 8580860. OLE color: 8580860.

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

Color convert

RGB252238130-
CMYK00.060.480.01
HSL53.11º95.31%74.9%-
HSV(B)53.11º48.41%98.82%-
XYZ74.7583.4633.29-
YUV229.8771.64143.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 130 (51.17% from 255) = 20.97%
R=40.65%
G=38.39%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223813000.060.480.0153.1195.3174.9
HexFCEE8206301355f4b
Octal3743562020660165137113
Binary1111110011101110100000100110110000111010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEE82; }

 p { color: rgb(252,238,130); }

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

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

 a { background-color: rgb(252,238,130); }

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

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

 span { border-color: rgb(252,238,130); }

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