#FEF071

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

Shades of Witch Haze #FEF071

Tints of Witch Haze #FEF071

Color information

#FEF071 (or 0xFEF071) is unknown color: approx Witch Haze. HEX triplet: FE, F0 and 71. RGB value is (254,240,113). Sum of RGB (Red+Green+Blue) = 254+240+113=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 113 (44.53% from 255 or 18.62% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF071 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF071 is #010F8E. Grayscale: #E6E6E6. Windows color (decimal): -69519 or 7467262. OLE color: 7467262.

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

Color convert

RGB254240113-
CMYK00.060.560.00
HSL54.04º98.6%71.96%-
HSV(B)54.04º55.51%99.61%-
XYZ75.0184.5828-
YUV229.7162.14145.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 113 (44.53% from 255) = 18.62%
R=41.85%
G=39.54%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424011300.060.560.0054.0498.671.96
HexFEF07106380366348
Octal3763601610670066143110
Binary111111101111000011100010110111000011011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF071; }

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

 H1.HeaderClassName
 {
   color: #FEF071;
 }
 .AnyTagClassName
 {
   color: #FEF071;
 }
</style>
background-color css

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

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

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

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

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

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