#FEF17A

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

Shades of Witch Haze #FEF17A

Tints of Witch Haze #FEF17A

Color information

#FEF17A (or 0xFEF17A) is unknown color: approx Witch Haze. HEX triplet: FE, F1 and 7A. RGB value is (254,241,122). Sum of RGB (Red+Green+Blue) = 254+241+122=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 122 (48.05% from 255 or 19.77% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF17A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF17A is #010E85. Grayscale: #E7E7E7. Windows color (decimal): -69254 or 8057342. OLE color: 8057342.

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

Color convert

RGB254241122-
CMYK00.050.520.00
HSL54.09º98.51%73.73%-
HSV(B)54.09º51.97%99.61%-
XYZ75.8485.3930.9-
YUV231.3266.31144.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 122 (48.05% from 255) = 19.77%
R=41.17%
G=39.06%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424112200.050.520.0054.0998.5173.73
HexFEF17A0534036634a
Octal3763611720564066143112
Binary111111101111000111110100101110100011011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF17A; }

 p { color: rgb(254,241,122); }

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

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

 a { background-color: rgb(254,241,122); }

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

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

 span { border-color: rgb(254,241,122); }

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