#F0D47F

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

Shades of Golden Glow #F0D47F

Tints of Golden Glow #F0D47F

Color information

#F0D47F (or 0xF0D47F) is unknown color: approx Golden Glow. HEX triplet: F0, D4 and 7F. RGB value is (240,212,127). Sum of RGB (Red+Green+Blue) = 240+212+127=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D47F is #0F2B80. Grayscale: #D3D3D3. Windows color (decimal): -994177 or 8377584. OLE color: 8377584.

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

Color convert

RGB240212127-
CMYK00.120.470.06
HSL45.13º79.02%71.96%-
HSV(B)45.13º47.08%94.12%-
XYZ63.3167.1429.7-
YUV210.6880.78148.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 127 (50% from 255) = 21.93%
R=41.45%
G=36.61%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021212700.120.470.0645.1379.0271.96
HexF0D47F0C2F62d4f48
Octal36032417701457655117110
Binary111100001101010011111110110010111111010110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D47F; }

 p { color: rgb(240,212,127); }

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

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

 a { background-color: rgb(240,212,127); }

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

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

 span { border-color: rgb(240,212,127); }

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