Shades of Golden Sand #F1C767
Tints of Golden Sand #F1C767
RGB
CMYK
RGB Variations
Color information
#F1C767 (or 0xF1C767) is known color: Golden Sand. HEX triplet: F1, C7 and 67. RGB value is (241,199,103). Sum of RGB (Red+Green+Blue) = 241+199+103=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C767 is #0E3898. Grayscale: #C9C9C9. Windows color (decimal): -931993 or 6801393. OLE color: 6801393.
HSL color Cylindrical-coordinate representation of color #F1C767: hue angle of 41.74º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1C767 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 103 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.05 |
| HSL | 41.74º | 0.83% | 0.67% | - |
| HSV(B) | 41.74º | 0.57% | 0.95% | - |
| XYZ | 59.15 | 60.53 | 21.4 | - |
| YUV | 200.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 103 | 0 | 0.17 | 0.57 | 0.05 | 41.74 | 0.83 | 0.67 |
| Hex | F1 | C7 | 67 | 0 | 11 | 39 | 5 | 2A | 53 | 43 |
| Octal | 361 | 307 | 147 | 0 | 21 | 71 | 5 | 52 | 123 | 103 |
| Binary | 11110001 | 11000111 | 1100111 | 0 | 10001 | 111001 | 101 | 101010 | 1010011 | 1000011 |
Color Harmonies of #F1C767
Complementary color
Monochromatic Colors of #F1C767
Black with #F1C767
Text Example
Text Example
White with #F1C767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C767; }
p { color: rgb(241,199,103); }
H1.HeaderClassName
{
color: #F1C767;
}
.AnyTagClassName
{
color: #F1C767;
}
</style>
background-color css
<style>
a { background-color: #F1C767; }
a { background-color: rgb(241,199,103); }
div.DivClassName
{
background-color: #F1C767;
}
.BgClassName
{
background-color: #F1C767;
}
</style>
border-color css
<style>
span { border-color: #F1C767; }
span { border-color: rgb(241,199,103); }
td.TdClassName
{
border-color: #F1C767;
}
.TagClassName
{
border-color: #F1C767;
}
</style>