Html Css Color HEX #FEF972 Witch Haze

📋 copy color: '#FEF972'

red 254 ◦ green 249 ◦ blue 114

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

Shades of Witch Haze #FEF972

Tints of Witch Haze #FEF972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.48%

R = 41.17%
G = 40.36%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEF972 (or 0xFEF972) is known color: Witch Haze. HEX triplet: FE, F9 and 72. RGB value is (254,249,114). Sum of RGB (Red+Green+Blue) = 254+249+114=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 114 (44.92% from 255 or 18.48% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF972 is #01068D. Grayscale: #EBEBEB. Windows color (decimal): -67214 or 7535102. OLE color: 7535102.

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

Color convert

RGB 254 249 114 -
CMYK 0 0.02 0.55 0.00
HSL 57.86º 0.99% 0.72% -
HSV(B) 57.86º 0.55% 1% -
XYZ 77.79 90.04 29.2 -
YUV 235.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 254 249 114 0 0.02 0.55 0.00 57.86 0.99 0.72
Hex FE F9 72 0 2 37 0 3A 63 48
Octal 376 371 162 0 2 67 0 72 143 110
Binary 11111110 11111001 1110010 0 10 110111 0 111010 1100011 1001000

Color Harmonies of #FEF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF972

Black with #FEF972

Text Example


Text Example

White with #FEF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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