Shades of Golden Sand #F0CA6B
Tints of Golden Sand #F0CA6B
RGB
CMYK
RGB Variations
Color information
#F0CA6B (or 0xF0CA6B) is known color: Golden Sand. HEX triplet: F0, CA and 6B. RGB value is (240,202,107). Sum of RGB (Red+Green+Blue) = 240+202+107=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA6B is #0F3594. Grayscale: #CACACA. Windows color (decimal): -996757 or 7064304. OLE color: 7064304.
HSL color Cylindrical-coordinate representation of color #F0CA6B: hue angle of 42.86º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0CA6B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 107 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.06 |
| HSL | 42.86º | 0.82% | 0.68% | - |
| HSV(B) | 42.86º | 0.55% | 0.94% | - |
| XYZ | 59.71 | 61.83 | 22.7 | - |
| YUV | 202.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 107 | 0 | 0.16 | 0.55 | 0.06 | 42.86 | 0.82 | 0.68 |
| Hex | F0 | CA | 6B | 0 | 10 | 37 | 6 | 2B | 52 | 44 |
| Octal | 360 | 312 | 153 | 0 | 20 | 67 | 6 | 53 | 122 | 104 |
| Binary | 11110000 | 11001010 | 1101011 | 0 | 10000 | 110111 | 110 | 101011 | 1010010 | 1000100 |
Color Harmonies of #F0CA6B
Complementary color
Monochromatic Colors of #F0CA6B
Black with #F0CA6B
Text Example
Text Example
White with #F0CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA6B; }
p { color: rgb(240,202,107); }
H1.HeaderClassName
{
color: #F0CA6B;
}
.AnyTagClassName
{
color: #F0CA6B;
}
</style>
background-color css
<style>
a { background-color: #F0CA6B; }
a { background-color: rgb(240,202,107); }
div.DivClassName
{
background-color: #F0CA6B;
}
.BgClassName
{
background-color: #F0CA6B;
}
</style>
border-color css
<style>
span { border-color: #F0CA6B; }
span { border-color: rgb(240,202,107); }
td.TdClassName
{
border-color: #F0CA6B;
}
.TagClassName
{
border-color: #F0CA6B;
}
</style>