#FEF27D

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

Shades of Witch Haze #FEF27D

Tints of Witch Haze #FEF27D

Color information

#FEF27D (or 0xFEF27D) is unknown color: approx Witch Haze. HEX triplet: FE, F2 and 7D. RGB value is (254,242,125). Sum of RGB (Red+Green+Blue) = 254+242+125=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 125 (49.22% from 255 or 20.13% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF27D is #010D82. Grayscale: #E8E8E8. Windows color (decimal): -68995 or 8254206. OLE color: 8254206.

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

Color convert

RGB254242125-
CMYK00.050.510.00
HSL54.42º98.47%74.31%-
HSV(B)54.42º50.79%99.61%-
XYZ76.3386.0631.99-
YUV232.2567.48143.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 125 (49.22% from 255) = 20.13%
R=40.90%
G=38.97%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424212500.050.510.0054.4298.4774.31
HexFEF27D0533036624a
Octal3763621750563066142112
Binary111111101111001011111010101110011011011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF27D; }

 p { color: rgb(254,242,125); }

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

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

 a { background-color: rgb(254,242,125); }

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

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

 span { border-color: rgb(254,242,125); }

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