Shades of Golden Sand #F0C962
Tints of Golden Sand #F0C962
RGB
CMYK
RGB Variations
Color information
#F0C962 (or 0xF0C962) is known color: Golden Sand. HEX triplet: F0, C9 and 62. RGB value is (240,201,98). Sum of RGB (Red+Green+Blue) = 240+201+98=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C962 is #0F369D. Grayscale: #C9C9C9. Windows color (decimal): -997022 or 6474224. OLE color: 6474224.
HSL color Cylindrical-coordinate representation of color #F0C962: hue angle of 43.52º 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 #F0C962 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 98 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.06 |
| HSL | 43.52º | 0.83% | 0.66% | - |
| HSV(B) | 43.52º | 0.59% | 0.94% | - |
| XYZ | 59.03 | 61.18 | 20.25 | - |
| YUV | 200.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 98 | 0 | 0.16 | 0.59 | 0.06 | 43.52 | 0.83 | 0.66 |
| Hex | F0 | C9 | 62 | 0 | 10 | 3B | 6 | 2C | 53 | 42 |
| Octal | 360 | 311 | 142 | 0 | 20 | 73 | 6 | 54 | 123 | 102 |
| Binary | 11110000 | 11001001 | 1100010 | 0 | 10000 | 111011 | 110 | 101100 | 1010011 | 1000010 |
Color Harmonies of #F0C962
Complementary color
Monochromatic Colors of #F0C962
Black with #F0C962
Text Example
Text Example
White with #F0C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C962; }
p { color: rgb(240,201,98); }
H1.HeaderClassName
{
color: #F0C962;
}
.AnyTagClassName
{
color: #F0C962;
}
</style>
background-color css
<style>
a { background-color: #F0C962; }
a { background-color: rgb(240,201,98); }
div.DivClassName
{
background-color: #F0C962;
}
.BgClassName
{
background-color: #F0C962;
}
</style>
border-color css
<style>
span { border-color: #F0C962; }
span { border-color: rgb(240,201,98); }
td.TdClassName
{
border-color: #F0C962;
}
.TagClassName
{
border-color: #F0C962;
}
</style>