Shades of Golden Sand #F7CE67
Tints of Golden Sand #F7CE67
RGB
CMYK
RGB Variations
Color information
#F7CE67 (or 0xF7CE67) is known color: Golden Sand. HEX triplet: F7, CE and 67. RGB value is (247,206,103). Sum of RGB (Red+Green+Blue) = 247+206+103=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE67 is #083198. Grayscale: #CECECE. Windows color (decimal): -536985 or 6803191. OLE color: 6803191.
HSL color Cylindrical-coordinate representation of color #F7CE67: hue angle of 42.92º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7CE67 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 103 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.03 |
| HSL | 42.92º | 0.9% | 0.69% | - |
| HSV(B) | 42.92º | 0.58% | 0.97% | - |
| XYZ | 62.88 | 64.9 | 22.04 | - |
| YUV | 206.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 103 | 0 | 0.17 | 0.58 | 0.03 | 42.92 | 0.9 | 0.69 |
| Hex | F7 | CE | 67 | 0 | 11 | 3A | 3 | 2B | 5A | 45 |
| Octal | 367 | 316 | 147 | 0 | 21 | 72 | 3 | 53 | 132 | 105 |
| Binary | 11110111 | 11001110 | 1100111 | 0 | 10001 | 111010 | 11 | 101011 | 1011010 | 1000101 |
Color Harmonies of #F7CE67
Complementary color
Monochromatic Colors of #F7CE67
Black with #F7CE67
Text Example
Text Example
White with #F7CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE67; }
p { color: rgb(247,206,103); }
H1.HeaderClassName
{
color: #F7CE67;
}
.AnyTagClassName
{
color: #F7CE67;
}
</style>
background-color css
<style>
a { background-color: #F7CE67; }
a { background-color: rgb(247,206,103); }
div.DivClassName
{
background-color: #F7CE67;
}
.BgClassName
{
background-color: #F7CE67;
}
</style>
border-color css
<style>
span { border-color: #F7CE67; }
span { border-color: rgb(247,206,103); }
td.TdClassName
{
border-color: #F7CE67;
}
.TagClassName
{
border-color: #F7CE67;
}
</style>