Shades of Golden Sand #F1CF6B
Tints of Golden Sand #F1CF6B
RGB
CMYK
RGB Variations
Color information
#F1CF6B (or 0xF1CF6B) is known color: Golden Sand. HEX triplet: F1, CF and 6B. RGB value is (241,207,107). Sum of RGB (Red+Green+Blue) = 241+207+107=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CF6B is #0E3094. Grayscale: #CECECE. Windows color (decimal): -929941 or 7065585. OLE color: 7065585.
HSL color Cylindrical-coordinate representation of color #F1CF6B: hue angle of 44.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1CF6B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 107 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.05 |
| HSL | 44.78º | 0.83% | 0.68% | - |
| HSV(B) | 44.78º | 0.56% | 0.95% | - |
| XYZ | 61.24 | 64.39 | 23.11 | - |
| YUV | 205.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 107 | 0 | 0.14 | 0.56 | 0.05 | 44.78 | 0.83 | 0.68 |
| Hex | F1 | CF | 6B | 0 | E | 38 | 5 | 2D | 53 | 44 |
| Octal | 361 | 317 | 153 | 0 | 16 | 70 | 5 | 55 | 123 | 104 |
| Binary | 11110001 | 11001111 | 1101011 | 0 | 1110 | 111000 | 101 | 101101 | 1010011 | 1000100 |
Color Harmonies of #F1CF6B
Complementary color
Monochromatic Colors of #F1CF6B
Black with #F1CF6B
Text Example
Text Example
White with #F1CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF6B; }
p { color: rgb(241,207,107); }
H1.HeaderClassName
{
color: #F1CF6B;
}
.AnyTagClassName
{
color: #F1CF6B;
}
</style>
background-color css
<style>
a { background-color: #F1CF6B; }
a { background-color: rgb(241,207,107); }
div.DivClassName
{
background-color: #F1CF6B;
}
.BgClassName
{
background-color: #F1CF6B;
}
</style>
border-color css
<style>
span { border-color: #F1CF6B; }
span { border-color: rgb(241,207,107); }
td.TdClassName
{
border-color: #F1CF6B;
}
.TagClassName
{
border-color: #F1CF6B;
}
</style>