Shades of Golden Sand #F0D463
Tints of Golden Sand #F0D463
RGB
CMYK
RGB Variations
Color information
#F0D463 (or 0xF0D463) is known color: Golden Sand. HEX triplet: F0, D4 and 63. RGB value is (240,212,99). Sum of RGB (Red+Green+Blue) = 240+212+99=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D463 is #0F2B9C. Grayscale: #CFCFCF. Windows color (decimal): -994205 or 6542576. OLE color: 6542576.
HSL color Cylindrical-coordinate representation of color #F0D463: hue angle of 48.09º 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 #F0D463 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 99 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.06 |
| HSL | 48.09º | 0.82% | 0.66% | - |
| HSV(B) | 48.09º | 0.59% | 0.94% | - |
| XYZ | 61.73 | 66.51 | 21.39 | - |
| YUV | 207.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 99 | 0 | 0.12 | 0.59 | 0.06 | 48.09 | 0.82 | 0.66 |
| Hex | F0 | D4 | 63 | 0 | C | 3B | 6 | 30 | 52 | 42 |
| Octal | 360 | 324 | 143 | 0 | 14 | 73 | 6 | 60 | 122 | 102 |
| Binary | 11110000 | 11010100 | 1100011 | 0 | 1100 | 111011 | 110 | 110000 | 1010010 | 1000010 |
Color Harmonies of #F0D463
Complementary color
Monochromatic Colors of #F0D463
Black with #F0D463
Text Example
Text Example
White with #F0D463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D463; }
p { color: rgb(240,212,99); }
H1.HeaderClassName
{
color: #F0D463;
}
.AnyTagClassName
{
color: #F0D463;
}
</style>
background-color css
<style>
a { background-color: #F0D463; }
a { background-color: rgb(240,212,99); }
div.DivClassName
{
background-color: #F0D463;
}
.BgClassName
{
background-color: #F0D463;
}
</style>
border-color css
<style>
span { border-color: #F0D463; }
span { border-color: rgb(240,212,99); }
td.TdClassName
{
border-color: #F0D463;
}
.TagClassName
{
border-color: #F0D463;
}
</style>