Html Css Color HEX #FEF371 Witch Haze

📋 copy color: '#FEF371'

red 254 ◦ green 243 ◦ blue 113

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

Shades of Witch Haze #FEF371

Tints of Witch Haze #FEF371

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.84%

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

R = 41.64%
G = 39.84%
B = 18.52%

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

#FEF371 (or 0xFEF371) is known color: Witch Haze. HEX triplet: FE, F3 and 71. RGB value is (254,243,113). Sum of RGB (Red+Green+Blue) = 254+243+113=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 113 (44.53% from 255 or 18.52% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF371 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF371 is #010C8E. Grayscale: #E8E8E8. Windows color (decimal): -68751 or 7468030. OLE color: 7468030.

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

Color convert

RGB 254 243 113 -
CMYK 0 0.04 0.56 0.00
HSL 55.32º 0.99% 0.72% -
HSV(B) 55.32º 0.56% 1% -
XYZ 75.9 86.36 28.29 -
YUV 231.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 254 243 113 0 0.04 0.56 0.00 55.32 0.99 0.72
Hex FE F3 71 0 4 38 0 37 63 48
Octal 376 363 161 0 4 70 0 67 143 110
Binary 11111110 11110011 1110001 0 100 111000 0 110111 1100011 1001000

Color Harmonies of #FEF371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF371

Black with #FEF371

Text Example


Text Example

White with #FEF371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF371; }

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

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

background-color css

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

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

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

border-color css

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

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

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