#F5D06C

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

Shades of Golden Sand #F5D06C

Tints of Golden Sand #F5D06C

Color information

#F5D06C (or 0xF5D06C) is unknown color: approx Golden Sand. HEX triplet: F5, D0 and 6C. RGB value is (245,208,108). Sum of RGB (Red+Green+Blue) = 245+208+108=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D06C is #0A2F93. Grayscale: #D0D0D0. Windows color (decimal): -667540 or 7131381. OLE color: 7131381.

HSL color Cylindrical-coordinate representation of color #F5D06C: hue angle of 43.8º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5D06C is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245208108-
CMYK00.150.560.04
HSL43.8º87.26%69.22%-
HSV(B)43.8º55.92%96.08%-
XYZ62.9265.6123.53-
YUV207.6671.76154.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 108 (42.58% from 255) = 19.25%
R=43.67%
G=37.08%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520810800.150.560.0443.887.2669.22
HexF5D06C0F3842c5745
Octal36532015401770454127105
Binary111101011101000011011000111111100010010110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D06C; }

 p { color: rgb(245,208,108); }

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

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

 a { background-color: rgb(245,208,108); }

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

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

 span { border-color: rgb(245,208,108); }

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