Html Css Color HEX #FEF076 Witch Haze

📋 copy color: '#FEF076'

red 254 ◦ green 240 ◦ blue 118

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

Shades of Witch Haze #FEF076

Tints of Witch Haze #FEF076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.28%

R = 41.5%
G = 39.22%
B = 19.28%

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

#FEF076 (or 0xFEF076) is known color: Witch Haze. HEX triplet: FE, F0 and 76. RGB value is (254,240,118). Sum of RGB (Red+Green+Blue) = 254+240+118=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 118 (46.48% from 255 or 19.28% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF076 is #010F89. Grayscale: #E6E6E6. Windows color (decimal): -69514 or 7794942. OLE color: 7794942.

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

Color convert

RGB 254 240 118 -
CMYK 0 0.06 0.54 0.00
HSL 53.82º 0.99% 0.73% -
HSV(B) 53.82º 0.54% 1% -
XYZ 75.3 84.7 29.52 -
YUV 230.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 254 240 118 0 0.06 0.54 0.00 53.82 0.99 0.73
Hex FE F0 76 0 6 36 0 36 63 49
Octal 376 360 166 0 6 66 0 66 143 111
Binary 11111110 11110000 1110110 0 110 110110 0 110110 1100011 1001001

Color Harmonies of #FEF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF076

Black with #FEF076

Text Example


Text Example

White with #FEF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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