Shades of Golden Sand #F0DA6B
Tints of Golden Sand #F0DA6B
RGB
CMYK
RGB Variations
Color information
#F0DA6B (or 0xF0DA6B) is known color: Golden Sand. HEX triplet: F0, DA and 6B. RGB value is (240,218,107). Sum of RGB (Red+Green+Blue) = 240+218+107=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA6B is #0F2594. Grayscale: #D4D4D4. Windows color (decimal): -992661 or 7068400. OLE color: 7068400.
HSL color Cylindrical-coordinate representation of color #F0DA6B: hue angle of 50.08º 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 #F0DA6B is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 107 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.06 |
| HSL | 50.08º | 0.82% | 0.68% | - |
| HSV(B) | 50.08º | 0.55% | 0.94% | - |
| XYZ | 63.66 | 69.73 | 24.01 | - |
| YUV | 211.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 107 | 0 | 0.09 | 0.55 | 0.06 | 50.08 | 0.82 | 0.68 |
| Hex | F0 | DA | 6B | 0 | 9 | 37 | 6 | 32 | 52 | 44 |
| Octal | 360 | 332 | 153 | 0 | 11 | 67 | 6 | 62 | 122 | 104 |
| Binary | 11110000 | 11011010 | 1101011 | 0 | 1001 | 110111 | 110 | 110010 | 1010010 | 1000100 |
Color Harmonies of #F0DA6B
Complementary color
Monochromatic Colors of #F0DA6B
Black with #F0DA6B
Text Example
Text Example
White with #F0DA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA6B; }
p { color: rgb(240,218,107); }
H1.HeaderClassName
{
color: #F0DA6B;
}
.AnyTagClassName
{
color: #F0DA6B;
}
</style>
background-color css
<style>
a { background-color: #F0DA6B; }
a { background-color: rgb(240,218,107); }
div.DivClassName
{
background-color: #F0DA6B;
}
.BgClassName
{
background-color: #F0DA6B;
}
</style>
border-color css
<style>
span { border-color: #F0DA6B; }
span { border-color: rgb(240,218,107); }
td.TdClassName
{
border-color: #F0DA6B;
}
.TagClassName
{
border-color: #F0DA6B;
}
</style>