Html Css Color HEX #FEF077 Witch Haze

📋 copy color: '#FEF077'

red 254 ◦ green 240 ◦ blue 119

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

Shades of Witch Haze #FEF077

Tints of Witch Haze #FEF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 19.41%

R = 41.44%
G = 39.15%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEF077 (or 0xFEF077) is known color: Witch Haze. HEX triplet: FE, F0 and 77. RGB value is (254,240,119). Sum of RGB (Red+Green+Blue) = 254+240+119=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 119 (46.88% from 255 or 19.41% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF077 is #010F88. Grayscale: #E6E6E6. Windows color (decimal): -69513 or 7860478. OLE color: 7860478.

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

Color convert

RGB 254 240 119 -
CMYK 0 0.06 0.53 0.00
HSL 53.78º 0.99% 0.73% -
HSV(B) 53.78º 0.53% 1% -
XYZ 75.36 84.72 29.83 -
YUV 230.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 254 240 119 0 0.06 0.53 0.00 53.78 0.99 0.73
Hex FE F0 77 0 6 35 0 36 63 49
Octal 376 360 167 0 6 65 0 66 143 111
Binary 11111110 11110000 1110111 0 110 110101 0 110110 1100011 1001001

Color Harmonies of #FEF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF077

Black with #FEF077

Text Example


Text Example

White with #FEF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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