Shades of Golden Sand #F0CD63
Tints of Golden Sand #F0CD63
RGB
CMYK
RGB Variations
Color information
#F0CD63 (or 0xF0CD63) is known color: Golden Sand. HEX triplet: F0, CD and 63. RGB value is (240,205,99). Sum of RGB (Red+Green+Blue) = 240+205+99=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD63 is #0F329C. Grayscale: #CBCBCB. Windows color (decimal): -995997 or 6540784. OLE color: 6540784.
HSL color Cylindrical-coordinate representation of color #F0CD63: hue angle of 45.11º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0CD63 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 99 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.06 |
| HSL | 45.11º | 0.82% | 0.66% | - |
| HSV(B) | 45.11º | 0.59% | 0.94% | - |
| XYZ | 60.02 | 63.09 | 20.82 | - |
| YUV | 203.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 99 | 0 | 0.15 | 0.59 | 0.06 | 45.11 | 0.82 | 0.66 |
| Hex | F0 | CD | 63 | 0 | F | 3B | 6 | 2D | 52 | 42 |
| Octal | 360 | 315 | 143 | 0 | 17 | 73 | 6 | 55 | 122 | 102 |
| Binary | 11110000 | 11001101 | 1100011 | 0 | 1111 | 111011 | 110 | 101101 | 1010010 | 1000010 |
Color Harmonies of #F0CD63
Complementary color
Monochromatic Colors of #F0CD63
Black with #F0CD63
Text Example
Text Example
White with #F0CD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD63; }
p { color: rgb(240,205,99); }
H1.HeaderClassName
{
color: #F0CD63;
}
.AnyTagClassName
{
color: #F0CD63;
}
</style>
background-color css
<style>
a { background-color: #F0CD63; }
a { background-color: rgb(240,205,99); }
div.DivClassName
{
background-color: #F0CD63;
}
.BgClassName
{
background-color: #F0CD63;
}
</style>
border-color css
<style>
span { border-color: #F0CD63; }
span { border-color: rgb(240,205,99); }
td.TdClassName
{
border-color: #F0CD63;
}
.TagClassName
{
border-color: #F0CD63;
}
</style>