Html Css Color HEX #FEF974 Witch Haze

📋 copy color: '#FEF974'

red 254 ◦ green 249 ◦ blue 116

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

Shades of Witch Haze #FEF974

Tints of Witch Haze #FEF974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.74%

R = 41.03%
G = 40.23%
B = 18.74%

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

#FEF974 (or 0xFEF974) is known color: Witch Haze. HEX triplet: FE, F9 and 74. RGB value is (254,249,116). Sum of RGB (Red+Green+Blue) = 254+249+116=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 116 (45.70% from 255 or 18.74% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF974 is #01068B. Grayscale: #EBEBEB. Windows color (decimal): -67212 or 7666174. OLE color: 7666174.

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

Color convert

RGB 254 249 116 -
CMYK 0 0.02 0.54 0.00
HSL 57.83º 0.99% 0.73% -
HSV(B) 57.83º 0.54% 1% -
XYZ 77.9 90.08 29.8 -
YUV 235.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 254 249 116 0 0.02 0.54 0.00 57.83 0.99 0.73
Hex FE F9 74 0 2 36 0 3A 63 49
Octal 376 371 164 0 2 66 0 72 143 111
Binary 11111110 11111001 1110100 0 10 110110 0 111010 1100011 1001001

Color Harmonies of #FEF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF974

Black with #FEF974

Text Example


Text Example

White with #FEF974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF974; }

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

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

background-color css

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

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

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

border-color css

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

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

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