Shades of Golden Sand #F1CB63
Tints of Golden Sand #F1CB63
RGB
CMYK
RGB Variations
Color information
#F1CB63 (or 0xF1CB63) is known color: Golden Sand. HEX triplet: F1, CB and 63. RGB value is (241,203,99). Sum of RGB (Red+Green+Blue) = 241+203+99=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB63 is #0E349C. Grayscale: #CACACA. Windows color (decimal): -930973 or 6540273. OLE color: 6540273.
HSL color Cylindrical-coordinate representation of color #F1CB63: hue angle of 43.94º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1CB63 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 99 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.05 |
| HSL | 43.94º | 0.84% | 0.67% | - |
| HSV(B) | 43.94º | 0.59% | 0.95% | - |
| XYZ | 59.88 | 62.31 | 20.68 | - |
| YUV | 202.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 99 | 0 | 0.16 | 0.59 | 0.05 | 43.94 | 0.84 | 0.67 |
| Hex | F1 | CB | 63 | 0 | 10 | 3B | 5 | 2C | 54 | 43 |
| Octal | 361 | 313 | 143 | 0 | 20 | 73 | 5 | 54 | 124 | 103 |
| Binary | 11110001 | 11001011 | 1100011 | 0 | 10000 | 111011 | 101 | 101100 | 1010100 | 1000011 |
Color Harmonies of #F1CB63
Complementary color
Monochromatic Colors of #F1CB63
Black with #F1CB63
Text Example
Text Example
White with #F1CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB63; }
p { color: rgb(241,203,99); }
H1.HeaderClassName
{
color: #F1CB63;
}
.AnyTagClassName
{
color: #F1CB63;
}
</style>
background-color css
<style>
a { background-color: #F1CB63; }
a { background-color: rgb(241,203,99); }
div.DivClassName
{
background-color: #F1CB63;
}
.BgClassName
{
background-color: #F1CB63;
}
</style>
border-color css
<style>
span { border-color: #F1CB63; }
span { border-color: rgb(241,203,99); }
td.TdClassName
{
border-color: #F1CB63;
}
.TagClassName
{
border-color: #F1CB63;
}
</style>