Shades of Golden Sand #F4D063
Tints of Golden Sand #F4D063
RGB
CMYK
RGB Variations
Color information
#F4D063 (or 0xF4D063) is known color: Golden Sand. HEX triplet: F4, D0 and 63. RGB value is (244,208,99). Sum of RGB (Red+Green+Blue) = 244+208+99=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D063 is #0B2F9C. Grayscale: #CECECE. Windows color (decimal): -733085 or 6541556. OLE color: 6541556.
HSL color Cylindrical-coordinate representation of color #F4D063: hue angle of 45.1º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4D063 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 99 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.04 |
| HSL | 45.1º | 0.87% | 0.67% | - |
| HSV(B) | 45.1º | 0.59% | 0.96% | - |
| XYZ | 62.12 | 65.25 | 21.12 | - |
| YUV | 206.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 99 | 0 | 0.15 | 0.59 | 0.04 | 45.1 | 0.87 | 0.67 |
| Hex | F4 | D0 | 63 | 0 | F | 3B | 4 | 2D | 57 | 43 |
| Octal | 364 | 320 | 143 | 0 | 17 | 73 | 4 | 55 | 127 | 103 |
| Binary | 11110100 | 11010000 | 1100011 | 0 | 1111 | 111011 | 100 | 101101 | 1010111 | 1000011 |
Color Harmonies of #F4D063
Complementary color
Monochromatic Colors of #F4D063
Black with #F4D063
Text Example
Text Example
White with #F4D063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D063; }
p { color: rgb(244,208,99); }
H1.HeaderClassName
{
color: #F4D063;
}
.AnyTagClassName
{
color: #F4D063;
}
</style>
background-color css
<style>
a { background-color: #F4D063; }
a { background-color: rgb(244,208,99); }
div.DivClassName
{
background-color: #F4D063;
}
.BgClassName
{
background-color: #F4D063;
}
</style>
border-color css
<style>
span { border-color: #F4D063; }
span { border-color: rgb(244,208,99); }
td.TdClassName
{
border-color: #F4D063;
}
.TagClassName
{
border-color: #F4D063;
}
</style>