#F8F480

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

Shades of Witch Haze #F8F480

Tints of Witch Haze #F8F480

Color information

#F8F480 (or 0xF8F480) is unknown color: approx Witch Haze. HEX triplet: F8, F4 and 80. RGB value is (248,244,128). Sum of RGB (Red+Green+Blue) = 248+244+128=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F480 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F480 is #070B7F. Grayscale: #E8E8E8. Windows color (decimal): -461696 or 8451320. OLE color: 8451320.

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

Color convert

RGB248244128-
CMYK00.020.480.03
HSL58º89.55%73.73%-
HSV(B)58º48.39%97.25%-
XYZ74.9686.2233.11-
YUV231.9769.33139.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 244 (95.70% from 255) = 39.35%
BLUE value IS 128 (50.39% from 255) = 20.65%
R=40%
G=39.35%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824412800.020.480.035889.5573.73
HexF8F480023033a5a4a
Octal3703642000260372132112
Binary1111100011110100100000000101100001111101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F480; }

 p { color: rgb(248,244,128); }

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

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

 a { background-color: rgb(248,244,128); }

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

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

 span { border-color: rgb(248,244,128); }

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