#FEF970

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

Shades of Witch Haze #FEF970

Tints of Witch Haze #FEF970

Color information

#FEF970 (or 0xFEF970) is unknown color: approx Witch Haze. HEX triplet: FE, F9 and 70. RGB value is (254,249,112). Sum of RGB (Red+Green+Blue) = 254+249+112=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 112 (44.14% from 255 or 18.21% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF970 is #01068F. Grayscale: #EBEBEB. Windows color (decimal): -67216 or 7404030. OLE color: 7404030.

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

Color convert

RGB254249112-
CMYK00.020.560.00
HSL57.89º98.61%71.76%-
HSV(B)57.89º55.91%99.61%-
XYZ77.6789.9928.61-
YUV234.8858.66141.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 112 (44.14% from 255) = 18.21%
R=41.30%
G=40.49%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424911200.020.560.0057.8998.6171.76
HexFEF970023803a6348
Octal3763711600270072143110
Binary11111110111110011110000010111000011101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF970; }

 p { color: rgb(254,249,112); }

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

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

 a { background-color: rgb(254,249,112); }

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

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

 span { border-color: rgb(254,249,112); }

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