Html Css Color HEX #FEF57F Witch Haze

📋 copy color: '#FEF57F'

red 254 ◦ green 245 ◦ blue 127

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

Shades of Witch Haze #FEF57F

Tints of Witch Haze #FEF57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.14%

 BLUE value IS 127 (50% from 255) = 20.29%

R = 40.58%
G = 39.14%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF57F (or 0xFEF57F) is known color: Witch Haze. HEX triplet: FE, F5 and 7F. RGB value is (254,245,127). Sum of RGB (Red+Green+Blue) = 254+245+127=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 127 (50% from 255 or 20.29% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF57F is #010A80. Grayscale: #EAEAEA. Windows color (decimal): -68225 or 8386046. OLE color: 8386046.

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

Color convert

RGB 254 245 127 -
CMYK 0 0.04 0.50 0.00
HSL 55.75º 0.98% 0.75% -
HSV(B) 55.75º 0.5% 1% -
XYZ 77.36 87.91 32.97 -
YUV 234.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 254 245 127 0 0.04 0.50 0.00 55.75 0.98 0.75
Hex FE F5 7F 0 4 32 0 38 62 4B
Octal 376 365 177 0 4 62 0 70 142 113
Binary 11111110 11110101 1111111 0 100 110010 0 111000 1100010 1001011

Color Harmonies of #FEF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF57F

Black with #FEF57F

Text Example


Text Example

White with #FEF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF57F; }

 p { color: rgb(254,245,127); }

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

background-color css

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

 a { background-color: rgb(254,245,127); }

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

border-color css

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

 span { border-color: rgb(254,245,127); }

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