Shades of Golden Sand #F5CE65
Tints of Golden Sand #F5CE65
RGB
CMYK
RGB Variations
Color information
#F5CE65 (or 0xF5CE65) is known color: Golden Sand. HEX triplet: F5, CE and 65. RGB value is (245,206,101). Sum of RGB (Red+Green+Blue) = 245+206+101=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE65 is #0A319A. Grayscale: #CECECE. Windows color (decimal): -668059 or 6672117. OLE color: 6672117.
HSL color Cylindrical-coordinate representation of color #F5CE65: hue angle of 43.75º 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 #F5CE65 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 101 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.04 |
| HSL | 43.75º | 0.88% | 0.68% | - |
| HSV(B) | 43.75º | 0.59% | 0.96% | - |
| XYZ | 62.08 | 64.49 | 21.49 | - |
| YUV | 205.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 101 | 0 | 0.16 | 0.59 | 0.04 | 43.75 | 0.88 | 0.68 |
| Hex | F5 | CE | 65 | 0 | 10 | 3B | 4 | 2C | 58 | 44 |
| Octal | 365 | 316 | 145 | 0 | 20 | 73 | 4 | 54 | 130 | 104 |
| Binary | 11110101 | 11001110 | 1100101 | 0 | 10000 | 111011 | 100 | 101100 | 1011000 | 1000100 |
Color Harmonies of #F5CE65
Complementary color
Monochromatic Colors of #F5CE65
Black with #F5CE65
Text Example
Text Example
White with #F5CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE65; }
p { color: rgb(245,206,101); }
H1.HeaderClassName
{
color: #F5CE65;
}
.AnyTagClassName
{
color: #F5CE65;
}
</style>
background-color css
<style>
a { background-color: #F5CE65; }
a { background-color: rgb(245,206,101); }
div.DivClassName
{
background-color: #F5CE65;
}
.BgClassName
{
background-color: #F5CE65;
}
</style>
border-color css
<style>
span { border-color: #F5CE65; }
span { border-color: rgb(245,206,101); }
td.TdClassName
{
border-color: #F5CE65;
}
.TagClassName
{
border-color: #F5CE65;
}
</style>