Html Css Color HEX #FEF571 Witch Haze

📋 copy color: '#FEF571'

red 254 ◦ green 245 ◦ blue 113

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

Shades of Witch Haze #FEF571

Tints of Witch Haze #FEF571

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.03%

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

R = 41.5%
G = 40.03%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF571 (or 0xFEF571) is known color: Witch Haze. HEX triplet: FE, F5 and 71. RGB value is (254,245,113). Sum of RGB (Red+Green+Blue) = 254+245+113=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 113 (44.53% from 255 or 18.46% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF571 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF571 is #010A8E. Grayscale: #E9E9E9. Windows color (decimal): -68239 or 7468542. OLE color: 7468542.

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

Color convert

RGB 254 245 113 -
CMYK 0 0.04 0.56 0.00
HSL 56.17º 0.99% 0.72% -
HSV(B) 56.17º 0.56% 1% -
XYZ 76.51 87.57 28.49 -
YUV 232.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 254 245 113 0 0.04 0.56 0.00 56.17 0.99 0.72
Hex FE F5 71 0 4 38 0 38 63 48
Octal 376 365 161 0 4 70 0 70 143 110
Binary 11111110 11110101 1110001 0 100 111000 0 111000 1100011 1001000

Color Harmonies of #FEF571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF571

Black with #FEF571

Text Example


Text Example

White with #FEF571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF571; }

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

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

background-color css

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

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

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

border-color css

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

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

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