Shades of Golden Sand #F0CB67
Tints of Golden Sand #F0CB67
RGB
CMYK
RGB Variations
Color information
#F0CB67 (or 0xF0CB67) is known color: Golden Sand. HEX triplet: F0, CB and 67. RGB value is (240,203,103). Sum of RGB (Red+Green+Blue) = 240+203+103=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB67 is #0F3498. Grayscale: #CBCBCB. Windows color (decimal): -996505 or 6802416. OLE color: 6802416.
HSL color Cylindrical-coordinate representation of color #F0CB67: hue angle of 43.8º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0CB67 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 103 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.06 |
| HSL | 43.8º | 0.82% | 0.67% | - |
| HSV(B) | 43.8º | 0.57% | 0.94% | - |
| XYZ | 59.74 | 62.22 | 21.69 | - |
| YUV | 202.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 103 | 0 | 0.15 | 0.57 | 0.06 | 43.8 | 0.82 | 0.67 |
| Hex | F0 | CB | 67 | 0 | F | 39 | 6 | 2C | 52 | 43 |
| Octal | 360 | 313 | 147 | 0 | 17 | 71 | 6 | 54 | 122 | 103 |
| Binary | 11110000 | 11001011 | 1100111 | 0 | 1111 | 111001 | 110 | 101100 | 1010010 | 1000011 |
Color Harmonies of #F0CB67
Complementary color
Monochromatic Colors of #F0CB67
Black with #F0CB67
Text Example
Text Example
White with #F0CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB67; }
p { color: rgb(240,203,103); }
H1.HeaderClassName
{
color: #F0CB67;
}
.AnyTagClassName
{
color: #F0CB67;
}
</style>
background-color css
<style>
a { background-color: #F0CB67; }
a { background-color: rgb(240,203,103); }
div.DivClassName
{
background-color: #F0CB67;
}
.BgClassName
{
background-color: #F0CB67;
}
</style>
border-color css
<style>
span { border-color: #F0CB67; }
span { border-color: rgb(240,203,103); }
td.TdClassName
{
border-color: #F0CB67;
}
.TagClassName
{
border-color: #F0CB67;
}
</style>