Html Css Color HEX #FEF977 Witch Haze

📋 copy color: '#FEF977'

red 254 ◦ green 249 ◦ blue 119

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

Shades of Witch Haze #FEF977

Tints of Witch Haze #FEF977

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.03%

 BLUE value IS 119 (46.88% from 255) = 19.13%

R = 40.84%
G = 40.03%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEF977 (or 0xFEF977) is known color: Witch Haze. HEX triplet: FE, F9 and 77. RGB value is (254,249,119). Sum of RGB (Red+Green+Blue) = 254+249+119=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 119 (46.88% from 255 or 19.13% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF977 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF977 is #010688. Grayscale: #ECECEC. Windows color (decimal): -67209 or 7862782. OLE color: 7862782.

HSL color Cylindrical-coordinate representation of color #FEF977: hue angle of 57.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEF977 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 249 119 -
CMYK 0 0.02 0.53 0.00
HSL 57.78º 0.99% 0.73% -
HSV(B) 57.78º 0.53% 1% -
XYZ 78.08 90.15 30.74 -
YUV 235.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 254 249 119 0 0.02 0.53 0.00 57.78 0.99 0.73
Hex FE F9 77 0 2 35 0 3A 63 49
Octal 376 371 167 0 2 65 0 72 143 111
Binary 11111110 11111001 1110111 0 10 110101 0 111010 1100011 1001001

Color Harmonies of #FEF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF977

Black with #FEF977

Text Example


Text Example

White with #FEF977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF977; }

 p { color: rgb(254,249,119); }

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

background-color css

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

 a { background-color: rgb(254,249,119); }

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

border-color css

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

 span { border-color: rgb(254,249,119); }

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