Shades of Golden Sand #F1CA6B
Tints of Golden Sand #F1CA6B
RGB
CMYK
RGB Variations
Color information
#F1CA6B (or 0xF1CA6B) is known color: Golden Sand. HEX triplet: F1, CA and 6B. RGB value is (241,202,107). Sum of RGB (Red+Green+Blue) = 241+202+107=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CA6B is #0E3594. Grayscale: #CBCBCB. Windows color (decimal): -931221 or 7064305. OLE color: 7064305.
HSL color Cylindrical-coordinate representation of color #F1CA6B: hue angle of 42.54º 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 #F1CA6B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 107 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.05 |
| HSL | 42.54º | 0.83% | 0.68% | - |
| HSV(B) | 42.54º | 0.56% | 0.95% | - |
| XYZ | 60.05 | 62 | 22.71 | - |
| YUV | 202.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 107 | 0 | 0.16 | 0.56 | 0.05 | 42.54 | 0.83 | 0.68 |
| Hex | F1 | CA | 6B | 0 | 10 | 38 | 5 | 2B | 53 | 44 |
| Octal | 361 | 312 | 153 | 0 | 20 | 70 | 5 | 53 | 123 | 104 |
| Binary | 11110001 | 11001010 | 1101011 | 0 | 10000 | 111000 | 101 | 101011 | 1010011 | 1000100 |
Color Harmonies of #F1CA6B
Complementary color
Monochromatic Colors of #F1CA6B
Black with #F1CA6B
Text Example
Text Example
White with #F1CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CA6B; }
p { color: rgb(241,202,107); }
H1.HeaderClassName
{
color: #F1CA6B;
}
.AnyTagClassName
{
color: #F1CA6B;
}
</style>
background-color css
<style>
a { background-color: #F1CA6B; }
a { background-color: rgb(241,202,107); }
div.DivClassName
{
background-color: #F1CA6B;
}
.BgClassName
{
background-color: #F1CA6B;
}
</style>
border-color css
<style>
span { border-color: #F1CA6B; }
span { border-color: rgb(241,202,107); }
td.TdClassName
{
border-color: #F1CA6B;
}
.TagClassName
{
border-color: #F1CA6B;
}
</style>