Shades of Golden Sand #F5D065
Tints of Golden Sand #F5D065
RGB
CMYK
RGB Variations
Color information
#F5D065 (or 0xF5D065) is known color: Golden Sand. HEX triplet: F5, D0 and 65. RGB value is (245,208,101). Sum of RGB (Red+Green+Blue) = 245+208+101=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D065 is #0A2F9A. Grayscale: #CFCFCF. Windows color (decimal): -667547 or 6672629. OLE color: 6672629.
HSL color Cylindrical-coordinate representation of color #F5D065: hue angle of 44.58º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5D065 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 101 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.04 |
| HSL | 44.58º | 0.88% | 0.68% | - |
| HSV(B) | 44.58º | 0.59% | 0.96% | - |
| XYZ | 62.56 | 65.46 | 21.65 | - |
| YUV | 206.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 101 | 0 | 0.15 | 0.59 | 0.04 | 44.58 | 0.88 | 0.68 |
| Hex | F5 | D0 | 65 | 0 | F | 3B | 4 | 2D | 58 | 44 |
| Octal | 365 | 320 | 145 | 0 | 17 | 73 | 4 | 55 | 130 | 104 |
| Binary | 11110101 | 11010000 | 1100101 | 0 | 1111 | 111011 | 100 | 101101 | 1011000 | 1000100 |
Color Harmonies of #F5D065
Complementary color
Monochromatic Colors of #F5D065
Black with #F5D065
Text Example
Text Example
White with #F5D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D065; }
p { color: rgb(245,208,101); }
H1.HeaderClassName
{
color: #F5D065;
}
.AnyTagClassName
{
color: #F5D065;
}
</style>
background-color css
<style>
a { background-color: #F5D065; }
a { background-color: rgb(245,208,101); }
div.DivClassName
{
background-color: #F5D065;
}
.BgClassName
{
background-color: #F5D065;
}
</style>
border-color css
<style>
span { border-color: #F5D065; }
span { border-color: rgb(245,208,101); }
td.TdClassName
{
border-color: #F5D065;
}
.TagClassName
{
border-color: #F5D065;
}
</style>