Shades of Golden Sand #F5CE62
Tints of Golden Sand #F5CE62
RGB
CMYK
RGB Variations
Color information
#F5CE62 (or 0xF5CE62) is known color: Golden Sand. HEX triplet: F5, CE and 62. RGB value is (245,206,98). Sum of RGB (Red+Green+Blue) = 245+206+98=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE62 is #0A319D. Grayscale: #CDCDCD. Windows color (decimal): -668062 or 6475509. OLE color: 6475509.
HSL color Cylindrical-coordinate representation of color #F5CE62: hue angle of 44.08º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5CE62 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 98 | - |
| CMYK | 0 | 0.16 | 0.6 | 0.04 |
| HSL | 44.08º | 0.88% | 0.67% | - |
| HSV(B) | 44.08º | 0.6% | 0.96% | - |
| XYZ | 61.93 | 64.44 | 20.73 | - |
| YUV | 205.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 98 | 0 | 0.16 | 0.6 | 0.04 | 44.08 | 0.88 | 0.67 |
| Hex | F5 | CE | 62 | 0 | 10 | 3C | 4 | 2C | 58 | 43 |
| Octal | 365 | 316 | 142 | 0 | 20 | 74 | 4 | 54 | 130 | 103 |
| Binary | 11110101 | 11001110 | 1100010 | 0 | 10000 | 111100 | 100 | 101100 | 1011000 | 1000011 |
Color Harmonies of #F5CE62
Complementary color
Monochromatic Colors of #F5CE62
Black with #F5CE62
Text Example
Text Example
White with #F5CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE62; }
p { color: rgb(245,206,98); }
H1.HeaderClassName
{
color: #F5CE62;
}
.AnyTagClassName
{
color: #F5CE62;
}
</style>
background-color css
<style>
a { background-color: #F5CE62; }
a { background-color: rgb(245,206,98); }
div.DivClassName
{
background-color: #F5CE62;
}
.BgClassName
{
background-color: #F5CE62;
}
</style>
border-color css
<style>
span { border-color: #F5CE62; }
span { border-color: rgb(245,206,98); }
td.TdClassName
{
border-color: #F5CE62;
}
.TagClassName
{
border-color: #F5CE62;
}
</style>