Shades of Golden Sand #F0D46B
Tints of Golden Sand #F0D46B
RGB
CMYK
RGB Variations
Color information
#F0D46B (or 0xF0D46B) is known color: Golden Sand. HEX triplet: F0, D4 and 6B. RGB value is (240,212,107). Sum of RGB (Red+Green+Blue) = 240+212+107=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D46B is #0F2B94. Grayscale: #D0D0D0. Windows color (decimal): -994197 or 7066864. OLE color: 7066864.
HSL color Cylindrical-coordinate representation of color #F0D46B: hue angle of 47.37º degrees, saturation: 0.82, 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 #F0D46B is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 107 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.06 |
| HSL | 47.37º | 0.82% | 0.68% | - |
| HSV(B) | 47.37º | 0.55% | 0.94% | - |
| XYZ | 62.13 | 66.67 | 23.5 | - |
| YUV | 208.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 107 | 0 | 0.12 | 0.55 | 0.06 | 47.37 | 0.82 | 0.68 |
| Hex | F0 | D4 | 6B | 0 | C | 37 | 6 | 2F | 52 | 44 |
| Octal | 360 | 324 | 153 | 0 | 14 | 67 | 6 | 57 | 122 | 104 |
| Binary | 11110000 | 11010100 | 1101011 | 0 | 1100 | 110111 | 110 | 101111 | 1010010 | 1000100 |
Color Harmonies of #F0D46B
Complementary color
Monochromatic Colors of #F0D46B
Black with #F0D46B
Text Example
Text Example
White with #F0D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D46B; }
p { color: rgb(240,212,107); }
H1.HeaderClassName
{
color: #F0D46B;
}
.AnyTagClassName
{
color: #F0D46B;
}
</style>
background-color css
<style>
a { background-color: #F0D46B; }
a { background-color: rgb(240,212,107); }
div.DivClassName
{
background-color: #F0D46B;
}
.BgClassName
{
background-color: #F0D46B;
}
</style>
border-color css
<style>
span { border-color: #F0D46B; }
span { border-color: rgb(240,212,107); }
td.TdClassName
{
border-color: #F0D46B;
}
.TagClassName
{
border-color: #F0D46B;
}
</style>