#F8DC7B

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

Shades of Golden Glow #F8DC7B

Tints of Golden Glow #F8DC7B

Color information

#F8DC7B (or 0xF8DC7B) is unknown color: approx Golden Glow. HEX triplet: F8, DC and 7B. RGB value is (248,220,123). Sum of RGB (Red+Green+Blue) = 248+220+123=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 123 (48.44% from 255 or 20.81% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC7B is #072384. Grayscale: #D9D9D9. Windows color (decimal): -467845 or 8117496. OLE color: 8117496.

HSL color Cylindrical-coordinate representation of color #F8DC7B: hue angle of 46.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8DC7B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248220123-
CMYK00.110.500.03
HSL46.56º89.93%72.75%-
HSV(B)46.56º50.4%97.25%-
XYZ67.8872.5729.17-
YUV217.3174.78149.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 123 (48.44% from 255) = 20.81%
R=41.96%
G=37.23%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822012300.110.500.0346.5689.9372.75
HexF8DC7B0B3232f5a49
Octal37033417301362357132111
Binary11111000110111001111011010111100101110111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DC7B; }

 p { color: rgb(248,220,123); }

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

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

 a { background-color: rgb(248,220,123); }

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

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

 span { border-color: rgb(248,220,123); }

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