#FEFD7E

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

Shades of Witch Haze #FEFD7E

Tints of Witch Haze #FEFD7E

Color information

#FEFD7E (or 0xFEFD7E) is unknown color: approx Witch Haze. HEX triplet: FE, FD and 7E. RGB value is (254,253,126). Sum of RGB (Red+Green+Blue) = 254+253+126=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 126 (49.61% from 255 or 19.91% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD7E is #010281. Grayscale: #EFEFEF. Windows color (decimal): -66178 or 8322558. OLE color: 8322558.

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

Color convert

RGB254253126-
CMYK00.000.500.00
HSL59.53º98.46%74.51%-
HSV(B)59.53º50.39%99.61%-
XYZ79.7692.8333.45-
YUV238.8264.33138.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 253 (99.22% from 255) = 39.97%
BLUE value IS 126 (49.61% from 255) = 19.91%
R=40.13%
G=39.97%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425312600.000.500.0059.5398.4674.51
HexFEFD7E003203c624b
Octal3763751760062074142113
Binary1111111011111101111111000110010011110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFD7E; }

 p { color: rgb(254,253,126); }

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

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

 a { background-color: rgb(254,253,126); }

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

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

 span { border-color: rgb(254,253,126); }

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