#FEFA82

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

Shades of Witch Haze #FEFA82

Tints of Witch Haze #FEFA82

Color information

#FEFA82 (or 0xFEFA82) is unknown color: approx Witch Haze. HEX triplet: FE, FA and 82. RGB value is (254,250,130). Sum of RGB (Red+Green+Blue) = 254+250+130=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 130 (51.17% from 255 or 20.50% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA82 is #01057D. Grayscale: #EEEEEE. Windows color (decimal): -66942 or 8583934. OLE color: 8583934.

HSL color Cylindrical-coordinate representation of color #FEFA82: hue angle of 58.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEFA82 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254250130-
CMYK00.020.490.00
HSL58.06º98.41%75.29%-
HSV(B)58.06º48.82%99.61%-
XYZ79.0991.0534.53-
YUV237.5267.33139.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 130 (51.17% from 255) = 20.50%
R=40.06%
G=39.43%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425013000.020.490.0058.0698.4175.29
HexFEFA82023103a624b
Octal3763722020261072142113
Binary111111101111101010000010010110001011101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA82; }

 p { color: rgb(254,250,130); }

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

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

 a { background-color: rgb(254,250,130); }

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

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

 span { border-color: rgb(254,250,130); }

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