Html Css Color HEX #FEF976 Witch Haze

📋 copy color: '#FEF976'

red 254 ◦ green 249 ◦ blue 118

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

Shades of Witch Haze #FEF976

Tints of Witch Haze #FEF976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19%

R = 40.9%
G = 40.1%
B = 19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEF976 (or 0xFEF976) is known color: Witch Haze. HEX triplet: FE, F9 and 76. RGB value is (254,249,118). Sum of RGB (Red+Green+Blue) = 254+249+118=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 118 (46.48% from 255 or 19.00% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF976 is #010689. Grayscale: #ECECEC. Windows color (decimal): -67210 or 7797246. OLE color: 7797246.

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

Color convert

RGB 254 249 118 -
CMYK 0 0.02 0.54 0.00
HSL 57.79º 0.99% 0.73% -
HSV(B) 57.79º 0.54% 1% -
XYZ 78.02 90.13 30.42 -
YUV 235.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 254 249 118 0 0.02 0.54 0.00 57.79 0.99 0.73
Hex FE F9 76 0 2 36 0 3A 63 49
Octal 376 371 166 0 2 66 0 72 143 111
Binary 11111110 11111001 1110110 0 10 110110 0 111010 1100011 1001001

Color Harmonies of #FEF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF976

Black with #FEF976

Text Example


Text Example

White with #FEF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF976; }

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

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

background-color css

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

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

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

border-color css

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

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

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