Shades of Golden Sand #F5CF66
Tints of Golden Sand #F5CF66
RGB
CMYK
RGB Variations
Color information
#F5CF66 (or 0xF5CF66) is known color: Golden Sand. HEX triplet: F5, CF and 66. RGB value is (245,207,102). Sum of RGB (Red+Green+Blue) = 245+207+102=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF66 is #0A3099. Grayscale: #CECECE. Windows color (decimal): -667802 or 6737909. OLE color: 6737909.
HSL color Cylindrical-coordinate representation of color #F5CF66: hue angle of 44.06º 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 #F5CF66 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 102 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.04 |
| HSL | 44.06º | 0.88% | 0.68% | - |
| HSV(B) | 44.06º | 0.58% | 0.96% | - |
| XYZ | 62.37 | 65 | 21.83 | - |
| YUV | 206.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 102 | 0 | 0.16 | 0.58 | 0.04 | 44.06 | 0.88 | 0.68 |
| Hex | F5 | CF | 66 | 0 | 10 | 3A | 4 | 2C | 58 | 44 |
| Octal | 365 | 317 | 146 | 0 | 20 | 72 | 4 | 54 | 130 | 104 |
| Binary | 11110101 | 11001111 | 1100110 | 0 | 10000 | 111010 | 100 | 101100 | 1011000 | 1000100 |
Color Harmonies of #F5CF66
Complementary color
Monochromatic Colors of #F5CF66
Black with #F5CF66
Text Example
Text Example
White with #F5CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF66; }
p { color: rgb(245,207,102); }
H1.HeaderClassName
{
color: #F5CF66;
}
.AnyTagClassName
{
color: #F5CF66;
}
</style>
background-color css
<style>
a { background-color: #F5CF66; }
a { background-color: rgb(245,207,102); }
div.DivClassName
{
background-color: #F5CF66;
}
.BgClassName
{
background-color: #F5CF66;
}
</style>
border-color css
<style>
span { border-color: #F5CF66; }
span { border-color: rgb(245,207,102); }
td.TdClassName
{
border-color: #F5CF66;
}
.TagClassName
{
border-color: #F5CF66;
}
</style>