Html Css Color HEX #FEF971 Witch Haze

📋 copy color: '#FEF971'

red 254 ◦ green 249 ◦ blue 113

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

Shades of Witch Haze #FEF971

Tints of Witch Haze #FEF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.34%

R = 41.23%
G = 40.42%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF971 (or 0xFEF971) is known color: Witch Haze. HEX triplet: FE, F9 and 71. RGB value is (254,249,113). Sum of RGB (Red+Green+Blue) = 254+249+113=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 113 (44.53% from 255 or 18.34% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF971 is #01068E. Grayscale: #EBEBEB. Windows color (decimal): -67215 or 7469566. OLE color: 7469566.

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

Color convert

RGB 254 249 113 -
CMYK 0 0.02 0.56 0.00
HSL 57.87º 0.99% 0.72% -
HSV(B) 57.87º 0.56% 1% -
XYZ 77.73 90.01 28.9 -
YUV 234.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 254 249 113 0 0.02 0.56 0.00 57.87 0.99 0.72
Hex FE F9 71 0 2 38 0 3A 63 48
Octal 376 371 161 0 2 70 0 72 143 110
Binary 11111110 11111001 1110001 0 10 111000 0 111010 1100011 1001000

Color Harmonies of #FEF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF971

Black with #FEF971

Text Example


Text Example

White with #FEF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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