Html Css Color HEX #FEF981 Witch Haze

📋 copy color: '#FEF981'

red 254 ◦ green 249 ◦ blue 129

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

Shades of Witch Haze #FEF981

Tints of Witch Haze #FEF981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 20.41%

R = 40.19%
G = 39.4%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEF981 (or 0xFEF981) is known color: Witch Haze. HEX triplet: FE, F9 and 81. RGB value is (254,249,129). Sum of RGB (Red+Green+Blue) = 254+249+129=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 129 (50.78% from 255 or 20.41% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF981 is #01067E. Grayscale: #EDEDED. Windows color (decimal): -67199 or 8518142. OLE color: 8518142.

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

Color convert

RGB 254 249 129 -
CMYK 0 0.02 0.49 0.00
HSL 57.6º 0.98% 0.75% -
HSV(B) 57.6º 0.49% 1% -
XYZ 78.71 90.41 34.07 -
YUV 236.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 254 249 129 0 0.02 0.49 0.00 57.6 0.98 0.75
Hex FE F9 81 0 2 31 0 3A 62 4B
Octal 376 371 201 0 2 61 0 72 142 113
Binary 11111110 11111001 10000001 0 10 110001 0 111010 1100010 1001011

Color Harmonies of #FEF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF981

Black with #FEF981

Text Example


Text Example

White with #FEF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF981; }

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

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

background-color css

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

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

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

border-color css

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

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

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