Html Css Color HEX #FEF171 Witch Haze

📋 copy color: '#FEF171'

red 254 ◦ green 241 ◦ blue 113

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

Shades of Witch Haze #FEF171

Tints of Witch Haze #FEF171

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.64%

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

R = 41.78%
G = 39.64%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF171 (or 0xFEF171) is known color: Witch Haze. HEX triplet: FE, F1 and 71. RGB value is (254,241,113). Sum of RGB (Red+Green+Blue) = 254+241+113=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 113 (44.53% from 255 or 18.59% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF171 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF171 is #010E8E. Grayscale: #E6E6E6. Windows color (decimal): -69263 or 7467518. OLE color: 7467518.

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

Color convert

RGB 254 241 113 -
CMYK 0 0.05 0.56 0.00
HSL 54.47º 0.99% 0.72% -
HSV(B) 54.47º 0.56% 1% -
XYZ 75.31 85.17 28.09 -
YUV 230.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 254 241 113 0 0.05 0.56 0.00 54.47 0.99 0.72
Hex FE F1 71 0 5 38 0 36 63 48
Octal 376 361 161 0 5 70 0 66 143 110
Binary 11111110 11110001 1110001 0 101 111000 0 110110 1100011 1001000

Color Harmonies of #FEF171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF171

Black with #FEF171

Text Example


Text Example

White with #FEF171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF171; }

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

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

background-color css

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

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

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

border-color css

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

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

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