Shades of Golden Sand #F1CB64
Tints of Golden Sand #F1CB64
RGB
CMYK
RGB Variations
Color information
#F1CB64 (or 0xF1CB64) is known color: Golden Sand. HEX triplet: F1, CB and 64. RGB value is (241,203,100). Sum of RGB (Red+Green+Blue) = 241+203+100=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB64 is #0E349B. Grayscale: #CBCBCB. Windows color (decimal): -930972 or 6605809. OLE color: 6605809.
HSL color Cylindrical-coordinate representation of color #F1CB64: hue angle of 43.83º degrees, saturation: 0.83, 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 #F1CB64 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 100 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.05 |
| HSL | 43.83º | 0.83% | 0.67% | - |
| HSV(B) | 43.83º | 0.59% | 0.95% | - |
| XYZ | 59.93 | 62.33 | 20.93 | - |
| YUV | 202.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 100 | 0 | 0.16 | 0.59 | 0.05 | 43.83 | 0.83 | 0.67 |
| Hex | F1 | CB | 64 | 0 | 10 | 3B | 5 | 2C | 53 | 43 |
| Octal | 361 | 313 | 144 | 0 | 20 | 73 | 5 | 54 | 123 | 103 |
| Binary | 11110001 | 11001011 | 1100100 | 0 | 10000 | 111011 | 101 | 101100 | 1010011 | 1000011 |
Color Harmonies of #F1CB64
Complementary color
Monochromatic Colors of #F1CB64
Black with #F1CB64
Text Example
Text Example
White with #F1CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB64; }
p { color: rgb(241,203,100); }
H1.HeaderClassName
{
color: #F1CB64;
}
.AnyTagClassName
{
color: #F1CB64;
}
</style>
background-color css
<style>
a { background-color: #F1CB64; }
a { background-color: rgb(241,203,100); }
div.DivClassName
{
background-color: #F1CB64;
}
.BgClassName
{
background-color: #F1CB64;
}
</style>
border-color css
<style>
span { border-color: #F1CB64; }
span { border-color: rgb(241,203,100); }
td.TdClassName
{
border-color: #F1CB64;
}
.TagClassName
{
border-color: #F1CB64;
}
</style>