#F0D16C

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

Shades of Golden Sand #F0D16C

Tints of Golden Sand #F0D16C

Color information

#F0D16C (or 0xF0D16C) is unknown color: approx Golden Sand. HEX triplet: F0, D1 and 6C. RGB value is (240,209,108). Sum of RGB (Red+Green+Blue) = 240+209+108=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D16C is #0F2E93. Grayscale: #CFCFCF. Windows color (decimal): -994964 or 7131632. OLE color: 7131632.

HSL color Cylindrical-coordinate representation of color #F0D16C: hue angle of 45.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0D16C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB240209108-
CMYK00.130.550.06
HSL45.91º81.48%68.24%-
HSV(B)45.91º55%94.12%-
XYZ61.4465.2123.54-
YUV206.7672.27151.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 209 (82.03% from 255) = 37.52%
BLUE value IS 108 (42.58% from 255) = 19.39%
R=43.09%
G=37.52%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020910800.130.550.0645.9181.4868.24
HexF0D16C0D3762e5144
Octal36032115401567656121104
Binary111100001101000111011000110111011111010111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D16C; }

 p { color: rgb(240,209,108); }

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

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

 a { background-color: rgb(240,209,108); }

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

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

 span { border-color: rgb(240,209,108); }

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