Shades of Golden Sand #F0C46A
Tints of Golden Sand #F0C46A
RGB
CMYK
RGB Variations
Color information
#F0C46A (or 0xF0C46A) is known color: Golden Sand. HEX triplet: F0, C4 and 6A. RGB value is (240,196,106). Sum of RGB (Red+Green+Blue) = 240+196+106=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C46A is #0F3B95. Grayscale: #C7C7C7. Windows color (decimal): -998294 or 6997232. OLE color: 6997232.
HSL color Cylindrical-coordinate representation of color #F0C46A: hue angle of 40.3º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0C46A is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 106 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.06 |
| HSL | 40.3º | 0.82% | 0.68% | - |
| HSV(B) | 40.3º | 0.56% | 0.94% | - |
| XYZ | 58.28 | 59.05 | 21.96 | - |
| YUV | 198.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 106 | 0 | 0.18 | 0.56 | 0.06 | 40.3 | 0.82 | 0.68 |
| Hex | F0 | C4 | 6A | 0 | 12 | 38 | 6 | 28 | 52 | 44 |
| Octal | 360 | 304 | 152 | 0 | 22 | 70 | 6 | 50 | 122 | 104 |
| Binary | 11110000 | 11000100 | 1101010 | 0 | 10010 | 111000 | 110 | 101000 | 1010010 | 1000100 |
Color Harmonies of #F0C46A
Complementary color
Monochromatic Colors of #F0C46A
Black with #F0C46A
Text Example
Text Example
White with #F0C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C46A; }
p { color: rgb(240,196,106); }
H1.HeaderClassName
{
color: #F0C46A;
}
.AnyTagClassName
{
color: #F0C46A;
}
</style>
background-color css
<style>
a { background-color: #F0C46A; }
a { background-color: rgb(240,196,106); }
div.DivClassName
{
background-color: #F0C46A;
}
.BgClassName
{
background-color: #F0C46A;
}
</style>
border-color css
<style>
span { border-color: #F0C46A; }
span { border-color: rgb(240,196,106); }
td.TdClassName
{
border-color: #F0C46A;
}
.TagClassName
{
border-color: #F0C46A;
}
</style>