Shades of Golden Sand #F0CB61
Tints of Golden Sand #F0CB61
RGB
CMYK
RGB Variations
Color information
#F0CB61 (or 0xF0CB61) is known color: Golden Sand. HEX triplet: F0, CB and 61. RGB value is (240,203,97). Sum of RGB (Red+Green+Blue) = 240+203+97=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB61 is #0F349E. Grayscale: #CACACA. Windows color (decimal): -996511 or 6409200. OLE color: 6409200.
HSL color Cylindrical-coordinate representation of color #F0CB61: hue angle of 44.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0CB61 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 97 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.06 |
| HSL | 44.48º | 0.83% | 0.66% | - |
| HSV(B) | 44.48º | 0.6% | 0.94% | - |
| XYZ | 59.45 | 62.1 | 20.16 | - |
| YUV | 201.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 97 | 0 | 0.15 | 0.60 | 0.06 | 44.48 | 0.83 | 0.66 |
| Hex | F0 | CB | 61 | 0 | F | 3C | 6 | 2C | 53 | 42 |
| Octal | 360 | 313 | 141 | 0 | 17 | 74 | 6 | 54 | 123 | 102 |
| Binary | 11110000 | 11001011 | 1100001 | 0 | 1111 | 111100 | 110 | 101100 | 1010011 | 1000010 |
Color Harmonies of #F0CB61
Complementary color
Monochromatic Colors of #F0CB61
Black with #F0CB61
Text Example
Text Example
White with #F0CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB61; }
p { color: rgb(240,203,97); }
H1.HeaderClassName
{
color: #F0CB61;
}
.AnyTagClassName
{
color: #F0CB61;
}
</style>
background-color css
<style>
a { background-color: #F0CB61; }
a { background-color: rgb(240,203,97); }
div.DivClassName
{
background-color: #F0CB61;
}
.BgClassName
{
background-color: #F0CB61;
}
</style>
border-color css
<style>
span { border-color: #F0CB61; }
span { border-color: rgb(240,203,97); }
td.TdClassName
{
border-color: #F0CB61;
}
.TagClassName
{
border-color: #F0CB61;
}
</style>