Shades of Golden Sand #F3D270
Tints of Golden Sand #F3D270
RGB
CMYK
RGB Variations
Color information
#F3D270 (or 0xF3D270) is known color: Golden Sand. HEX triplet: F3, D2 and 70. RGB value is (243,210,112). Sum of RGB (Red+Green+Blue) = 243+210+112=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D270 is #0C2D8F. Grayscale: #D1D1D1. Windows color (decimal): -798096 or 7394035. OLE color: 7394035.
HSL color Cylindrical-coordinate representation of color #F3D270: hue angle of 44.89º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3D270 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 112 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.05 |
| HSL | 44.89º | 0.85% | 0.7% | - |
| HSV(B) | 44.89º | 0.54% | 0.95% | - |
| XYZ | 62.93 | 66.32 | 24.81 | - |
| YUV | 208.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 112 | 0 | 0.14 | 0.54 | 0.05 | 44.89 | 0.85 | 0.7 |
| Hex | F3 | D2 | 70 | 0 | E | 36 | 5 | 2D | 55 | 46 |
| Octal | 363 | 322 | 160 | 0 | 16 | 66 | 5 | 55 | 125 | 106 |
| Binary | 11110011 | 11010010 | 1110000 | 0 | 1110 | 110110 | 101 | 101101 | 1010101 | 1000110 |
Color Harmonies of #F3D270
Complementary color
Monochromatic Colors of #F3D270
Black with #F3D270
Text Example
Text Example
White with #F3D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D270; }
p { color: rgb(243,210,112); }
H1.HeaderClassName
{
color: #F3D270;
}
.AnyTagClassName
{
color: #F3D270;
}
</style>
background-color css
<style>
a { background-color: #F3D270; }
a { background-color: rgb(243,210,112); }
div.DivClassName
{
background-color: #F3D270;
}
.BgClassName
{
background-color: #F3D270;
}
</style>
border-color css
<style>
span { border-color: #F3D270; }
span { border-color: rgb(243,210,112); }
td.TdClassName
{
border-color: #F3D270;
}
.TagClassName
{
border-color: #F3D270;
}
</style>