Shades of Golden Sand #F0D163
Tints of Golden Sand #F0D163
RGB
CMYK
RGB Variations
Color information
#F0D163 (or 0xF0D163) is known color: Golden Sand. HEX triplet: F0, D1 and 63. RGB value is (240,209,99). Sum of RGB (Red+Green+Blue) = 240+209+99=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D163 is #0F2E9C. Grayscale: #CECECE. Windows color (decimal): -994973 or 6541808. OLE color: 6541808.
HSL color Cylindrical-coordinate representation of color #F0D163: hue angle of 46.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0D163 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 99 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.06 |
| HSL | 46.81º | 0.82% | 0.66% | - |
| HSV(B) | 46.81º | 0.59% | 0.94% | - |
| XYZ | 60.99 | 65.03 | 21.14 | - |
| YUV | 205.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 99 | 0 | 0.13 | 0.59 | 0.06 | 46.81 | 0.82 | 0.66 |
| Hex | F0 | D1 | 63 | 0 | D | 3B | 6 | 2F | 52 | 42 |
| Octal | 360 | 321 | 143 | 0 | 15 | 73 | 6 | 57 | 122 | 102 |
| Binary | 11110000 | 11010001 | 1100011 | 0 | 1101 | 111011 | 110 | 101111 | 1010010 | 1000010 |
Color Harmonies of #F0D163
Complementary color
Monochromatic Colors of #F0D163
Black with #F0D163
Text Example
Text Example
White with #F0D163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D163; }
p { color: rgb(240,209,99); }
H1.HeaderClassName
{
color: #F0D163;
}
.AnyTagClassName
{
color: #F0D163;
}
</style>
background-color css
<style>
a { background-color: #F0D163; }
a { background-color: rgb(240,209,99); }
div.DivClassName
{
background-color: #F0D163;
}
.BgClassName
{
background-color: #F0D163;
}
</style>
border-color css
<style>
span { border-color: #F0D163; }
span { border-color: rgb(240,209,99); }
td.TdClassName
{
border-color: #F0D163;
}
.TagClassName
{
border-color: #F0D163;
}
</style>