Shades of Golden Sand #F1CB66
Tints of Golden Sand #F1CB66
RGB
CMYK
RGB Variations
Color information
#F1CB66 (or 0xF1CB66) is known color: Golden Sand. HEX triplet: F1, CB and 66. RGB value is (241,203,102). Sum of RGB (Red+Green+Blue) = 241+203+102=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB66 is #0E3499. Grayscale: #CBCBCB. Windows color (decimal): -930970 or 6736881. OLE color: 6736881.
HSL color Cylindrical-coordinate representation of color #F1CB66: hue angle of 43.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1CB66 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 102 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.05 |
| HSL | 43.6º | 0.83% | 0.67% | - |
| HSV(B) | 43.6º | 0.58% | 0.95% | - |
| XYZ | 60.03 | 62.37 | 21.45 | - |
| YUV | 202.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 102 | 0 | 0.16 | 0.58 | 0.05 | 43.6 | 0.83 | 0.67 |
| Hex | F1 | CB | 66 | 0 | 10 | 3A | 5 | 2C | 53 | 43 |
| Octal | 361 | 313 | 146 | 0 | 20 | 72 | 5 | 54 | 123 | 103 |
| Binary | 11110001 | 11001011 | 1100110 | 0 | 10000 | 111010 | 101 | 101100 | 1010011 | 1000011 |
Color Harmonies of #F1CB66
Complementary color
Monochromatic Colors of #F1CB66
Black with #F1CB66
Text Example
Text Example
White with #F1CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB66; }
p { color: rgb(241,203,102); }
H1.HeaderClassName
{
color: #F1CB66;
}
.AnyTagClassName
{
color: #F1CB66;
}
</style>
background-color css
<style>
a { background-color: #F1CB66; }
a { background-color: rgb(241,203,102); }
div.DivClassName
{
background-color: #F1CB66;
}
.BgClassName
{
background-color: #F1CB66;
}
</style>
border-color css
<style>
span { border-color: #F1CB66; }
span { border-color: rgb(241,203,102); }
td.TdClassName
{
border-color: #F1CB66;
}
.TagClassName
{
border-color: #F1CB66;
}
</style>