Shades of Golden Sand #F5C768
Tints of Golden Sand #F5C768
RGB
CMYK
RGB Variations
Color information
#F5C768 (or 0xF5C768) is known color: Golden Sand. HEX triplet: F5, C7 and 68. RGB value is (245,199,104). Sum of RGB (Red+Green+Blue) = 245+199+104=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C768 is #0A3897. Grayscale: #CACACA. Windows color (decimal): -669848 or 6866933. OLE color: 6866933.
HSL color Cylindrical-coordinate representation of color #F5C768: hue angle of 40.43º 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 #F5C768 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 104 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.04 |
| HSL | 40.43º | 0.88% | 0.68% | - |
| HSV(B) | 40.43º | 0.58% | 0.96% | - |
| XYZ | 60.58 | 61.26 | 21.73 | - |
| YUV | 201.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 104 | 0 | 0.19 | 0.58 | 0.04 | 40.43 | 0.88 | 0.68 |
| Hex | F5 | C7 | 68 | 0 | 13 | 3A | 4 | 28 | 58 | 44 |
| Octal | 365 | 307 | 150 | 0 | 23 | 72 | 4 | 50 | 130 | 104 |
| Binary | 11110101 | 11000111 | 1101000 | 0 | 10011 | 111010 | 100 | 101000 | 1011000 | 1000100 |
Color Harmonies of #F5C768
Complementary color
Monochromatic Colors of #F5C768
Black with #F5C768
Text Example
Text Example
White with #F5C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C768; }
p { color: rgb(245,199,104); }
H1.HeaderClassName
{
color: #F5C768;
}
.AnyTagClassName
{
color: #F5C768;
}
</style>
background-color css
<style>
a { background-color: #F5C768; }
a { background-color: rgb(245,199,104); }
div.DivClassName
{
background-color: #F5C768;
}
.BgClassName
{
background-color: #F5C768;
}
</style>
border-color css
<style>
span { border-color: #F5C768; }
span { border-color: rgb(245,199,104); }
td.TdClassName
{
border-color: #F5C768;
}
.TagClassName
{
border-color: #F5C768;
}
</style>