#f9f382

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

Shades of Witch Haze #F9F382

Tints of Witch Haze #F9F382

Color information

#F9F382 (or 0xF9F382) is unknown color: approx Witch Haze. HEX triplet: F9, F3 and 82. RGB value is (249,243,130). Sum of RGB (Red+Green+Blue) = 249+243+130=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 130 (51.17% from 255 or 20.90% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F382 is #060C7D. Grayscale: #E8E8E8. Windows color (decimal): -396414 or 8582137. OLE color: 8582137.

HSL color Cylindrical-coordinate representation of color #F9F382: hue angle of 56.97º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9F382 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249243130-
CMYK00.020.480.02
HSL56.97º90.84%74.31%-
HSV(B)56.97º47.79%97.65%-
XYZ75.1585.8533.73-
YUV231.9170.49140.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.03%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 130 (51.17% from 255) = 20.90%
R=40.03%
G=39.07%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924313000.020.480.0256.9790.8474.31
HexF9F38202302395b4a
Octal3713632020260271133112
Binary1111100111110011100000100101100001011100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9f382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9f382; }

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

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

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

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

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

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

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

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