Shades of Golden Sand #F4C866
Tints of Golden Sand #F4C866
RGB
CMYK
RGB Variations
Color information
#F4C866 (or 0xF4C866) is known color: Golden Sand. HEX triplet: F4, C8 and 66. RGB value is (244,200,102). Sum of RGB (Red+Green+Blue) = 244+200+102=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C866 is #0B3799. Grayscale: #CACACA. Windows color (decimal): -735130 or 6736116. OLE color: 6736116.
HSL color Cylindrical-coordinate representation of color #F4C866: hue angle of 41.41º 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 #F4C866 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 102 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.04 |
| HSL | 41.41º | 0.87% | 0.68% | - |
| HSV(B) | 41.41º | 0.58% | 0.96% | - |
| XYZ | 60.36 | 61.5 | 21.26 | - |
| YUV | 201.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 102 | 0 | 0.18 | 0.58 | 0.04 | 41.41 | 0.87 | 0.68 |
| Hex | F4 | C8 | 66 | 0 | 12 | 3A | 4 | 29 | 57 | 44 |
| Octal | 364 | 310 | 146 | 0 | 22 | 72 | 4 | 51 | 127 | 104 |
| Binary | 11110100 | 11001000 | 1100110 | 0 | 10010 | 111010 | 100 | 101001 | 1010111 | 1000100 |
Color Harmonies of #F4C866
Complementary color
Monochromatic Colors of #F4C866
Black with #F4C866
Text Example
Text Example
White with #F4C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C866; }
p { color: rgb(244,200,102); }
H1.HeaderClassName
{
color: #F4C866;
}
.AnyTagClassName
{
color: #F4C866;
}
</style>
background-color css
<style>
a { background-color: #F4C866; }
a { background-color: rgb(244,200,102); }
div.DivClassName
{
background-color: #F4C866;
}
.BgClassName
{
background-color: #F4C866;
}
</style>
border-color css
<style>
span { border-color: #F4C866; }
span { border-color: rgb(244,200,102); }
td.TdClassName
{
border-color: #F4C866;
}
.TagClassName
{
border-color: #F4C866;
}
</style>