Shades of Golden Sand #F4D265
Tints of Golden Sand #F4D265
RGB
CMYK
RGB Variations
Color information
#F4D265 (or 0xF4D265) is known color: Golden Sand. HEX triplet: F4, D2 and 65. RGB value is (244,210,101). Sum of RGB (Red+Green+Blue) = 244+210+101=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D265 is #0B2D9A. Grayscale: #D0D0D0. Windows color (decimal): -732571 or 6673140. OLE color: 6673140.
HSL color Cylindrical-coordinate representation of color #F4D265: hue angle of 45.73º degrees, saturation: 0.87, 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 #F4D265 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 101 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.04 |
| HSL | 45.73º | 0.87% | 0.68% | - |
| HSV(B) | 45.73º | 0.59% | 0.96% | - |
| XYZ | 62.7 | 66.27 | 21.8 | - |
| YUV | 207.74 | 67.76 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 101 | 0 | 0.14 | 0.59 | 0.04 | 45.73 | 0.87 | 0.68 |
| Hex | F4 | D2 | 65 | 0 | E | 3B | 4 | 2E | 57 | 44 |
| Octal | 364 | 322 | 145 | 0 | 16 | 73 | 4 | 56 | 127 | 104 |
| Binary | 11110100 | 11010010 | 1100101 | 0 | 1110 | 111011 | 100 | 101110 | 1010111 | 1000100 |
Color Harmonies of #F4D265
Complementary color
Monochromatic Colors of #F4D265
Black with #F4D265
Text Example
Text Example
White with #F4D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D265; }
p { color: rgb(244,210,101); }
H1.HeaderClassName
{
color: #F4D265;
}
.AnyTagClassName
{
color: #F4D265;
}
</style>
background-color css
<style>
a { background-color: #F4D265; }
a { background-color: rgb(244,210,101); }
div.DivClassName
{
background-color: #F4D265;
}
.BgClassName
{
background-color: #F4D265;
}
</style>
border-color css
<style>
span { border-color: #F4D265; }
span { border-color: rgb(244,210,101); }
td.TdClassName
{
border-color: #F4D265;
}
.TagClassName
{
border-color: #F4D265;
}
</style>