Html Css Color HEX #FEF074 Witch Haze

📋 copy color: '#FEF074'

red 254 ◦ green 240 ◦ blue 116

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

Shades of Witch Haze #FEF074

Tints of Witch Haze #FEF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.34%

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

R = 41.64%
G = 39.34%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEF074 (or 0xFEF074) is known color: Witch Haze. HEX triplet: FE, F0 and 74. RGB value is (254,240,116). Sum of RGB (Red+Green+Blue) = 254+240+116=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 116 (45.70% from 255 or 19.02% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF074 is #010F8B. Grayscale: #E6E6E6. Windows color (decimal): -69516 or 7663870. OLE color: 7663870.

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

Color convert

RGB 254 240 116 -
CMYK 0 0.06 0.54 0.00
HSL 53.91º 0.99% 0.73% -
HSV(B) 53.91º 0.54% 1% -
XYZ 75.19 84.65 28.9 -
YUV 230.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 254 240 116 0 0.06 0.54 0.00 53.91 0.99 0.73
Hex FE F0 74 0 6 36 0 36 63 49
Octal 376 360 164 0 6 66 0 66 143 111
Binary 11111110 11110000 1110100 0 110 110110 0 110110 1100011 1001001

Color Harmonies of #FEF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF074

Black with #FEF074

Text Example


Text Example

White with #FEF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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