Shades of Golden Sand #F0D262
Tints of Golden Sand #F0D262
RGB
CMYK
RGB Variations
Color information
#F0D262 (or 0xF0D262) is known color: Golden Sand. HEX triplet: F0, D2 and 62. RGB value is (240,210,98). Sum of RGB (Red+Green+Blue) = 240+210+98=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D262 is #0F2D9D. Grayscale: #CECECE. Windows color (decimal): -994718 or 6476528. OLE color: 6476528.
HSL color Cylindrical-coordinate representation of color #F0D262: hue angle of 47.32º 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 #F0D262 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 98 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.06 |
| HSL | 47.32º | 0.83% | 0.66% | - |
| HSV(B) | 47.32º | 0.59% | 0.94% | - |
| XYZ | 61.19 | 65.5 | 20.97 | - |
| YUV | 206.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 98 | 0 | 0.12 | 0.59 | 0.06 | 47.32 | 0.83 | 0.66 |
| Hex | F0 | D2 | 62 | 0 | C | 3B | 6 | 2F | 53 | 42 |
| Octal | 360 | 322 | 142 | 0 | 14 | 73 | 6 | 57 | 123 | 102 |
| Binary | 11110000 | 11010010 | 1100010 | 0 | 1100 | 111011 | 110 | 101111 | 1010011 | 1000010 |
Color Harmonies of #F0D262
Complementary color
Monochromatic Colors of #F0D262
Black with #F0D262
Text Example
Text Example
White with #F0D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D262; }
p { color: rgb(240,210,98); }
H1.HeaderClassName
{
color: #F0D262;
}
.AnyTagClassName
{
color: #F0D262;
}
</style>
background-color css
<style>
a { background-color: #F0D262; }
a { background-color: rgb(240,210,98); }
div.DivClassName
{
background-color: #F0D262;
}
.BgClassName
{
background-color: #F0D262;
}
</style>
border-color css
<style>
span { border-color: #F0D262; }
span { border-color: rgb(240,210,98); }
td.TdClassName
{
border-color: #F0D262;
}
.TagClassName
{
border-color: #F0D262;
}
</style>