Shades of Golden Sand #F0D462
Tints of Golden Sand #F0D462
RGB
CMYK
RGB Variations
Color information
#F0D462 (or 0xF0D462) is known color: Golden Sand. HEX triplet: F0, D4 and 62. RGB value is (240,212,98). Sum of RGB (Red+Green+Blue) = 240+212+98=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D462 is #0F2B9D. Grayscale: #CFCFCF. Windows color (decimal): -994206 or 6477040. OLE color: 6477040.
HSL color Cylindrical-coordinate representation of color #F0D462: hue angle of 48.17º degrees, saturation: 0.83, 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 #F0D462 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 98 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.06 |
| HSL | 48.17º | 0.83% | 0.66% | - |
| HSV(B) | 48.17º | 0.59% | 0.94% | - |
| XYZ | 61.68 | 66.49 | 21.14 | - |
| YUV | 207.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 98 | 0 | 0.12 | 0.59 | 0.06 | 48.17 | 0.83 | 0.66 |
| Hex | F0 | D4 | 62 | 0 | C | 3B | 6 | 30 | 53 | 42 |
| Octal | 360 | 324 | 142 | 0 | 14 | 73 | 6 | 60 | 123 | 102 |
| Binary | 11110000 | 11010100 | 1100010 | 0 | 1100 | 111011 | 110 | 110000 | 1010011 | 1000010 |
Color Harmonies of #F0D462
Complementary color
Monochromatic Colors of #F0D462
Black with #F0D462
Text Example
Text Example
White with #F0D462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D462; }
p { color: rgb(240,212,98); }
H1.HeaderClassName
{
color: #F0D462;
}
.AnyTagClassName
{
color: #F0D462;
}
</style>
background-color css
<style>
a { background-color: #F0D462; }
a { background-color: rgb(240,212,98); }
div.DivClassName
{
background-color: #F0D462;
}
.BgClassName
{
background-color: #F0D462;
}
</style>
border-color css
<style>
span { border-color: #F0D462; }
span { border-color: rgb(240,212,98); }
td.TdClassName
{
border-color: #F0D462;
}
.TagClassName
{
border-color: #F0D462;
}
</style>