Html Css Color HEX #FEF27E Witch Haze

📋 copy color: '#FEF27E'

red 254 ◦ green 242 ◦ blue 126

#FEF27E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FEF27E

Tints of Witch Haze #FEF27E

RGB

 RED value IS 254 (99.61% from 255) = 40.84%

 GREEN value IS 242 (94.92% from 255) = 38.91%

 BLUE value IS 126 (49.61% from 255) = 20.26%

R = 40.84%
G = 38.91%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF27E (or 0xFEF27E) is known color: Witch Haze. HEX triplet: FE, F2 and 7E. RGB value is (254,242,126). Sum of RGB (Red+Green+Blue) = 254+242+126=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 126 (49.61% from 255 or 20.26% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF27E is #010D81. Grayscale: #E8E8E8. Windows color (decimal): -68994 or 8319742. OLE color: 8319742.

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

Color convert

RGB 254 242 126 -
CMYK 0 0.05 0.50 0.00
HSL 54.38º 0.98% 0.75% -
HSV(B) 54.38º 0.5% 1% -
XYZ 76.39 86.08 32.33 -
YUV 232.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 254 242 126 0 0.05 0.50 0.00 54.38 0.98 0.75
Hex FE F2 7E 0 5 32 0 36 62 4B
Octal 376 362 176 0 5 62 0 66 142 113
Binary 11111110 11110010 1111110 0 101 110010 0 110110 1100010 1001011

Color Harmonies of #FEF27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF27E

Black with #FEF27E

Text Example


Text Example

White with #FEF27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF27E; }

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

 H1.HeaderClassName
 {
   color: #FEF27E;
 }
 .AnyTagClassName
 {
   color: #FEF27E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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