Html Css Color HEX #FEF980 Witch Haze

📋 copy color: '#FEF980'

red 254 ◦ green 249 ◦ blue 128

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

Shades of Witch Haze #FEF980

Tints of Witch Haze #FEF980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.29%

R = 40.25%
G = 39.46%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF980 (or 0xFEF980) is known color: Witch Haze. HEX triplet: FE, F9 and 80. RGB value is (254,249,128). Sum of RGB (Red+Green+Blue) = 254+249+128=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 128 (50.39% from 255 or 20.29% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF980 is #01067F. Grayscale: #EDEDED. Windows color (decimal): -67200 or 8452606. OLE color: 8452606.

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

Color convert

RGB 254 249 128 -
CMYK 0 0.02 0.50 0.00
HSL 57.62º 0.98% 0.75% -
HSV(B) 57.62º 0.5% 1% -
XYZ 78.65 90.38 33.72 -
YUV 236.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 254 249 128 0 0.02 0.50 0.00 57.62 0.98 0.75
Hex FE F9 80 0 2 32 0 3A 62 4B
Octal 376 371 200 0 2 62 0 72 142 113
Binary 11111110 11111001 10000000 0 10 110010 0 111010 1100010 1001011

Color Harmonies of #FEF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF980

Black with #FEF980

Text Example


Text Example

White with #FEF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF980; }

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

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

background-color css

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

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

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

border-color css

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

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

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