Html Css Color HEX #FEF374 Witch Haze

📋 copy color: '#FEF374'

red 254 ◦ green 243 ◦ blue 116

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

Shades of Witch Haze #FEF374

Tints of Witch Haze #FEF374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.92%

R = 41.44%
G = 39.64%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEF374 (or 0xFEF374) is known color: Witch Haze. HEX triplet: FE, F3 and 74. RGB value is (254,243,116). Sum of RGB (Red+Green+Blue) = 254+243+116=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 116 (45.70% from 255 or 18.92% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF374 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF374 is #010C8B. Grayscale: #E8E8E8. Windows color (decimal): -68748 or 7664638. OLE color: 7664638.

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

Color convert

RGB 254 243 116 -
CMYK 0 0.04 0.54 0.00
HSL 55.22º 0.99% 0.73% -
HSV(B) 55.22º 0.54% 1% -
XYZ 76.08 86.43 29.2 -
YUV 231.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 254 243 116 0 0.04 0.54 0.00 55.22 0.99 0.73
Hex FE F3 74 0 4 36 0 37 63 49
Octal 376 363 164 0 4 66 0 67 143 111
Binary 11111110 11110011 1110100 0 100 110110 0 110111 1100011 1001001

Color Harmonies of #FEF374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF374

Black with #FEF374

Text Example


Text Example

White with #FEF374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF374; }

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

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

background-color css

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

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

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

border-color css

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

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

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