#fef874

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

Shades of Witch Haze #FEF874

Tints of Witch Haze #FEF874

Color information

#FEF874 (or 0xFEF874) is unknown color: approx Witch Haze. HEX triplet: FE, F8 and 74. RGB value is (254,248,116). Sum of RGB (Red+Green+Blue) = 254+248+116=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 116 (45.70% from 255 or 18.77% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF874 is #01078B. Grayscale: #EBEBEB. Windows color (decimal): -67468 or 7665918. OLE color: 7665918.

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

Color convert

RGB254248116-
CMYK00.020.540.00
HSL57.39º98.57%72.55%-
HSV(B)57.39º54.33%99.61%-
XYZ77.5989.4729.7-
YUV234.7560.99141.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 116 (45.70% from 255) = 18.77%
R=41.10%
G=40.13%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424811600.020.540.0057.3998.5772.55
HexFEF87402360396349
Octal3763701640266071143111
Binary11111110111110001110100010110110011100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef874; }

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

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

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

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

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

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

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

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