Shades of Golden Sand #F0D263
Tints of Golden Sand #F0D263
RGB
CMYK
RGB Variations
Color information
#F0D263 (or 0xF0D263) is known color: Golden Sand. HEX triplet: F0, D2 and 63. RGB value is (240,210,99). Sum of RGB (Red+Green+Blue) = 240+210+99=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D263 is #0F2D9C. Grayscale: #CECECE. Windows color (decimal): -994717 or 6542064. OLE color: 6542064.
HSL color Cylindrical-coordinate representation of color #F0D263: hue angle of 47.23º 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 #F0D263 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 99 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.06 |
| HSL | 47.23º | 0.82% | 0.66% | - |
| HSV(B) | 47.23º | 0.59% | 0.94% | - |
| XYZ | 61.23 | 65.52 | 21.22 | - |
| YUV | 206.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 99 | 0 | 0.12 | 0.59 | 0.06 | 47.23 | 0.82 | 0.66 |
| Hex | F0 | D2 | 63 | 0 | C | 3B | 6 | 2F | 52 | 42 |
| Octal | 360 | 322 | 143 | 0 | 14 | 73 | 6 | 57 | 122 | 102 |
| Binary | 11110000 | 11010010 | 1100011 | 0 | 1100 | 111011 | 110 | 101111 | 1010010 | 1000010 |
Color Harmonies of #F0D263
Complementary color
Monochromatic Colors of #F0D263
Black with #F0D263
Text Example
Text Example
White with #F0D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D263; }
p { color: rgb(240,210,99); }
H1.HeaderClassName
{
color: #F0D263;
}
.AnyTagClassName
{
color: #F0D263;
}
</style>
background-color css
<style>
a { background-color: #F0D263; }
a { background-color: rgb(240,210,99); }
div.DivClassName
{
background-color: #F0D263;
}
.BgClassName
{
background-color: #F0D263;
}
</style>
border-color css
<style>
span { border-color: #F0D263; }
span { border-color: rgb(240,210,99); }
td.TdClassName
{
border-color: #F0D263;
}
.TagClassName
{
border-color: #F0D263;
}
</style>