#F8D582

Color #F8D582 Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #F8D582

Tints of Golden Glow #F8D582

Color information

#F8D582 (or 0xF8D582) is unknown color: approx Golden Glow. HEX triplet: F8, D5 and 82. RGB value is (248,213,130). Sum of RGB (Red+Green+Blue) = 248+213+130=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D582 is #072A7D. Grayscale: #D6D6D6. Windows color (decimal): -469630 or 8574456. OLE color: 8574456.

HSL color Cylindrical-coordinate representation of color #F8D582: hue angle of 42.2º degrees, saturation: 0.89, 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 #F8D582 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248213130-
CMYK00.140.480.03
HSL42.2º89.39%74.12%-
HSV(B)42.2º47.58%97.25%-
XYZ66.5369.1630.96-
YUV21480.6152.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 130 (51.17% from 255) = 22.00%
R=41.96%
G=36.04%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821313000.140.480.0342.289.3974.12
HexF8D5820E3032a594a
Octal37032520201660352131112
Binary111110001101010110000010011101100001110101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D582; }

 p { color: rgb(248,213,130); }

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

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

 a { background-color: rgb(248,213,130); }

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

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

 span { border-color: rgb(248,213,130); }

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