#F0D57C

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

Shades of Golden Glow #F0D57C

Tints of Golden Glow #F0D57C

Color information

#F0D57C (or 0xF0D57C) is unknown color: approx Golden Glow. HEX triplet: F0, D5 and 7C. RGB value is (240,213,124). Sum of RGB (Red+Green+Blue) = 240+213+124=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D57C is #0F2A83. Grayscale: #D3D3D3. Windows color (decimal): -993924 or 8181232. OLE color: 8181232.

HSL color Cylindrical-coordinate representation of color #F0D57C: hue angle of 46.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D57C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240213124-
CMYK00.110.480.06
HSL46.03º79.45%71.37%-
HSV(B)46.03º48.33%94.12%-
XYZ63.3767.5728.77-
YUV210.9378.95148.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 124 (48.83% from 255) = 21.49%
R=41.59%
G=36.92%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021312400.110.480.0646.0379.4571.37
HexF0D57C0B3062e4f47
Octal36032517401360656117107
Binary111100001101010111111000101111000011010111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D57C; }

 p { color: rgb(240,213,124); }

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

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

 a { background-color: rgb(240,213,124); }

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

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

 span { border-color: rgb(240,213,124); }

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