Shades of Golden Sand #F4C766
Tints of Golden Sand #F4C766
RGB
CMYK
RGB Variations
Color information
#F4C766 (or 0xF4C766) is known color: Golden Sand. HEX triplet: F4, C7 and 66. RGB value is (244,199,102). Sum of RGB (Red+Green+Blue) = 244+199+102=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C766 is #0B3899. Grayscale: #C9C9C9. Windows color (decimal): -735386 or 6735860. OLE color: 6735860.
HSL color Cylindrical-coordinate representation of color #F4C766: hue angle of 40.99º degrees, saturation: 0.87, 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 #F4C766 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 199 | 102 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.04 |
| HSL | 40.99º | 0.87% | 0.68% | - |
| HSV(B) | 40.99º | 0.58% | 0.96% | - |
| XYZ | 60.13 | 61.04 | 21.18 | - |
| YUV | 201.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 199 | 102 | 0 | 0.18 | 0.58 | 0.04 | 40.99 | 0.87 | 0.68 |
| Hex | F4 | C7 | 66 | 0 | 12 | 3A | 4 | 29 | 57 | 44 |
| Octal | 364 | 307 | 146 | 0 | 22 | 72 | 4 | 51 | 127 | 104 |
| Binary | 11110100 | 11000111 | 1100110 | 0 | 10010 | 111010 | 100 | 101001 | 1010111 | 1000100 |
Color Harmonies of #F4C766
Complementary color
Monochromatic Colors of #F4C766
Black with #F4C766
Text Example
Text Example
White with #F4C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C766; }
p { color: rgb(244,199,102); }
H1.HeaderClassName
{
color: #F4C766;
}
.AnyTagClassName
{
color: #F4C766;
}
</style>
background-color css
<style>
a { background-color: #F4C766; }
a { background-color: rgb(244,199,102); }
div.DivClassName
{
background-color: #F4C766;
}
.BgClassName
{
background-color: #F4C766;
}
</style>
border-color css
<style>
span { border-color: #F4C766; }
span { border-color: rgb(244,199,102); }
td.TdClassName
{
border-color: #F4C766;
}
.TagClassName
{
border-color: #F4C766;
}
</style>