#FEF184

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

Shades of Witch Haze #FEF184

Tints of Witch Haze #FEF184

Color information

#FEF184 (or 0xFEF184) is unknown color: approx Witch Haze. HEX triplet: FE, F1 and 84. RGB value is (254,241,132). Sum of RGB (Red+Green+Blue) = 254+241+132=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 132 (51.95% from 255 or 21.05% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF184 is #010E7B. Grayscale: #E8E8E8. Windows color (decimal): -69244 or 8712702. OLE color: 8712702.

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

Color convert

RGB254241132-
CMYK00.050.480.00
HSL53.61º98.39%75.69%-
HSV(B)53.61º48.03%99.61%-
XYZ76.4985.6534.33-
YUV232.4671.31143.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 132 (51.95% from 255) = 21.05%
R=40.51%
G=38.44%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424113200.050.480.0053.6198.3975.69
HexFEF1840530036624c
Octal3763612040560066142114
Binary1111111011110001100001000101110000011011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF184; }

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

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

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

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

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

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

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

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