Shades of Golden Sand #F0CB73
Tints of Golden Sand #F0CB73
RGB
CMYK
RGB Variations
Color information
#F0CB73 (or 0xF0CB73) is known color: Golden Sand. HEX triplet: F0, CB and 73. RGB value is (240,203,115). Sum of RGB (Red+Green+Blue) = 240+203+115=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB73 is #0F348C. Grayscale: #CCCCCC. Windows color (decimal): -996493 or 7588848. OLE color: 7588848.
HSL color Cylindrical-coordinate representation of color #F0CB73: hue angle of 42.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0CB73 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 115 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.06 |
| HSL | 42.24º | 0.81% | 0.7% | - |
| HSV(B) | 42.24º | 0.52% | 0.94% | - |
| XYZ | 60.39 | 62.47 | 25.1 | - |
| YUV | 204.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 115 | 0 | 0.15 | 0.52 | 0.06 | 42.24 | 0.81 | 0.7 |
| Hex | F0 | CB | 73 | 0 | F | 34 | 6 | 2A | 51 | 46 |
| Octal | 360 | 313 | 163 | 0 | 17 | 64 | 6 | 52 | 121 | 106 |
| Binary | 11110000 | 11001011 | 1110011 | 0 | 1111 | 110100 | 110 | 101010 | 1010001 | 1000110 |
Color Harmonies of #F0CB73
Complementary color
Monochromatic Colors of #F0CB73
Black with #F0CB73
Text Example
Text Example
White with #F0CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB73; }
p { color: rgb(240,203,115); }
H1.HeaderClassName
{
color: #F0CB73;
}
.AnyTagClassName
{
color: #F0CB73;
}
</style>
background-color css
<style>
a { background-color: #F0CB73; }
a { background-color: rgb(240,203,115); }
div.DivClassName
{
background-color: #F0CB73;
}
.BgClassName
{
background-color: #F0CB73;
}
</style>
border-color css
<style>
span { border-color: #F0CB73; }
span { border-color: rgb(240,203,115); }
td.TdClassName
{
border-color: #F0CB73;
}
.TagClassName
{
border-color: #F0CB73;
}
</style>