#F6D47A

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

Shades of Golden Glow #F6D47A

Tints of Golden Glow #F6D47A

Color information

#F6D47A (or 0xF6D47A) is unknown color: approx Golden Glow. HEX triplet: F6, D4 and 7A. RGB value is (246,212,122). Sum of RGB (Red+Green+Blue) = 246+212+122=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D47A is #092B85. Grayscale: #D4D4D4. Windows color (decimal): -600966 or 8049910. OLE color: 8049910.

HSL color Cylindrical-coordinate representation of color #F6D47A: hue angle of 43.55º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6D47A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246212122-
CMYK00.140.500.04
HSL43.55º87.32%72.16%-
HSV(B)43.55º50.41%96.47%-
XYZ65.0668.0828.12-
YUV211.9177.26152.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 122 (48.05% from 255) = 21.03%
R=42.41%
G=36.55%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621212200.140.500.0443.5587.3272.16
HexF6D47A0E3242c5748
Octal36632417201662454127110
Binary111101101101010011110100111011001010010110010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D47A; }

 p { color: rgb(246,212,122); }

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

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

 a { background-color: rgb(246,212,122); }

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

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

 span { border-color: rgb(246,212,122); }

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