#f6d07a

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

Shades of Golden Glow #F6D07A

Tints of Golden Glow #F6D07A

Color information

#F6D07A (or 0xF6D07A) is unknown color: approx Golden Glow. HEX triplet: F6, D0 and 7A. RGB value is (246,208,122). Sum of RGB (Red+Green+Blue) = 246+208+122=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D07A is #092F85. Grayscale: #D1D1D1. Windows color (decimal): -601990 or 8048886. OLE color: 8048886.

HSL color Cylindrical-coordinate representation of color #F6D07A: hue angle of 41.61º 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 #F6D07A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246208122-
CMYK00.150.500.04
HSL41.61º87.32%72.16%-
HSV(B)41.61º50.41%96.47%-
XYZ64.0766.1127.8-
YUV209.5678.59153.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.71%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 122 (48.05% from 255) = 21.18%
R=42.71%
G=36.11%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620812200.150.500.0441.6187.3272.16
HexF6D07A0F3242a5748
Octal36632017201762452127110
Binary111101101101000011110100111111001010010101010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6d07a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6d07a; }

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

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

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

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

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

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

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

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