Shades of Golden Sand #F6CB67
Tints of Golden Sand #F6CB67
RGB
CMYK
RGB Variations
Color information
#F6CB67 (or 0xF6CB67) is known color: Golden Sand. HEX triplet: F6, CB and 67. RGB value is (246,203,103). Sum of RGB (Red+Green+Blue) = 246+203+103=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB67 is #093498. Grayscale: #CCCCCC. Windows color (decimal): -603289 or 6802422. OLE color: 6802422.
HSL color Cylindrical-coordinate representation of color #F6CB67: hue angle of 41.96º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6CB67 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 103 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.04 |
| HSL | 41.96º | 0.89% | 0.68% | - |
| HSV(B) | 41.96º | 0.58% | 0.96% | - |
| XYZ | 61.81 | 63.28 | 21.79 | - |
| YUV | 204.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 103 | 0 | 0.17 | 0.58 | 0.04 | 41.96 | 0.89 | 0.68 |
| Hex | F6 | CB | 67 | 0 | 11 | 3A | 4 | 2A | 59 | 44 |
| Octal | 366 | 313 | 147 | 0 | 21 | 72 | 4 | 52 | 131 | 104 |
| Binary | 11110110 | 11001011 | 1100111 | 0 | 10001 | 111010 | 100 | 101010 | 1011001 | 1000100 |
Color Harmonies of #F6CB67
Complementary color
Monochromatic Colors of #F6CB67
Black with #F6CB67
Text Example
Text Example
White with #F6CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB67; }
p { color: rgb(246,203,103); }
H1.HeaderClassName
{
color: #F6CB67;
}
.AnyTagClassName
{
color: #F6CB67;
}
</style>
background-color css
<style>
a { background-color: #F6CB67; }
a { background-color: rgb(246,203,103); }
div.DivClassName
{
background-color: #F6CB67;
}
.BgClassName
{
background-color: #F6CB67;
}
</style>
border-color css
<style>
span { border-color: #F6CB67; }
span { border-color: rgb(246,203,103); }
td.TdClassName
{
border-color: #F6CB67;
}
.TagClassName
{
border-color: #F6CB67;
}
</style>