#FEFA81

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

Shades of Witch Haze #FEFA81

Tints of Witch Haze #FEFA81

Color information

#FEFA81 (or 0xFEFA81) is unknown color: approx Witch Haze. HEX triplet: FE, FA and 81. RGB value is (254,250,129). Sum of RGB (Red+Green+Blue) = 254+250+129=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 129 (50.78% from 255 or 20.38% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA81 is #01057E. Grayscale: #EDEDED. Windows color (decimal): -66943 or 8518398. OLE color: 8518398.

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

Color convert

RGB254250129-
CMYK00.020.490.00
HSL58.08º98.43%75.1%-
HSV(B)58.08º49.21%99.61%-
XYZ79.0291.0334.17-
YUV237.466.83139.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 129 (50.78% from 255) = 20.38%
R=40.13%
G=39.49%
B=20.38%

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
Decimal25425012900.020.490.0058.0898.4375.1
HexFEFA81023103a624b
Octal3763722010261072142113
Binary111111101111101010000001010110001011101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA81; }

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

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

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

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

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

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

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

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