#FEF077

Color #FEF077 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #FEF077

Tints of Witch Haze #FEF077

Color information

#FEF077 (or 0xFEF077) is unknown color: approx 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

RGB254240119-
CMYK00.060.530.00
HSL53.78º98.54%73.14%-
HSV(B)53.78º53.15%99.61%-
XYZ75.3684.7229.83-
YUV230.3965.14144.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424011900.060.530.0053.7898.5473.14
HexFEF07706350366349
Octal3763601670665066143111
Binary111111101111000011101110110110101011011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>