#FEF382

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

Shades of Witch Haze #FEF382

Tints of Witch Haze #FEF382

Color information

#FEF382 (or 0xFEF382) is unknown color: approx Witch Haze. HEX triplet: FE, F3 and 82. RGB value is (254,243,130). Sum of RGB (Red+Green+Blue) = 254+243+130=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 130 (51.17% from 255 or 20.73% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF382 is #010C7D. Grayscale: #E9E9E9. Windows color (decimal): -68734 or 8582142. OLE color: 8582142.

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

Color convert

RGB254243130-
CMYK00.040.490.00
HSL54.68º98.41%75.29%-
HSV(B)54.68º48.82%99.61%-
XYZ76.9586.7833.81-
YUV233.4169.64142.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 130 (51.17% from 255) = 20.73%
R=40.51%
G=38.76%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424313000.040.490.0054.6898.4175.29
HexFEF3820431037624b
Octal3763632020461067142113
Binary1111111011110011100000100100110001011011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF382; }

 p { color: rgb(254,243,130); }

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

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

 a { background-color: rgb(254,243,130); }

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

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

 span { border-color: rgb(254,243,130); }

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