Shades of Golden Sand #F5C866
Tints of Golden Sand #F5C866
RGB
CMYK
RGB Variations
Color information
#F5C866 (or 0xF5C866) is known color: Golden Sand. HEX triplet: F5, C8 and 66. RGB value is (245,200,102). Sum of RGB (Red+Green+Blue) = 245+200+102=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C866 is #0A3799. Grayscale: #CACACA. Windows color (decimal): -669594 or 6736117. OLE color: 6736117.
HSL color Cylindrical-coordinate representation of color #F5C866: hue angle of 41.12º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5C866 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 102 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.04 |
| HSL | 41.12º | 0.88% | 0.68% | - |
| HSV(B) | 41.12º | 0.58% | 0.96% | - |
| XYZ | 60.71 | 61.68 | 21.28 | - |
| YUV | 202.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 102 | 0 | 0.18 | 0.58 | 0.04 | 41.12 | 0.88 | 0.68 |
| Hex | F5 | C8 | 66 | 0 | 12 | 3A | 4 | 29 | 58 | 44 |
| Octal | 365 | 310 | 146 | 0 | 22 | 72 | 4 | 51 | 130 | 104 |
| Binary | 11110101 | 11001000 | 1100110 | 0 | 10010 | 111010 | 100 | 101001 | 1011000 | 1000100 |
Color Harmonies of #F5C866
Complementary color
Monochromatic Colors of #F5C866
Black with #F5C866
Text Example
Text Example
White with #F5C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C866; }
p { color: rgb(245,200,102); }
H1.HeaderClassName
{
color: #F5C866;
}
.AnyTagClassName
{
color: #F5C866;
}
</style>
background-color css
<style>
a { background-color: #F5C866; }
a { background-color: rgb(245,200,102); }
div.DivClassName
{
background-color: #F5C866;
}
.BgClassName
{
background-color: #F5C866;
}
</style>
border-color css
<style>
span { border-color: #F5C866; }
span { border-color: rgb(245,200,102); }
td.TdClassName
{
border-color: #F5C866;
}
.TagClassName
{
border-color: #F5C866;
}
</style>