Shades of Golden Sand #F1CE62
Tints of Golden Sand #F1CE62
RGB
CMYK
RGB Variations
Color information
#F1CE62 (or 0xF1CE62) is known color: Golden Sand. HEX triplet: F1, CE and 62. RGB value is (241,206,98). Sum of RGB (Red+Green+Blue) = 241+206+98=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE62 is #0E319D. Grayscale: #CCCCCC. Windows color (decimal): -930206 or 6475505. OLE color: 6475505.
HSL color Cylindrical-coordinate representation of color #F1CE62: hue angle of 45.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1CE62 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 98 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.05 |
| HSL | 45.31º | 0.84% | 0.66% | - |
| HSV(B) | 45.31º | 0.59% | 0.95% | - |
| XYZ | 60.55 | 63.73 | 20.66 | - |
| YUV | 204.15 | 68.1 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 98 | 0 | 0.15 | 0.59 | 0.05 | 45.31 | 0.84 | 0.66 |
| Hex | F1 | CE | 62 | 0 | F | 3B | 5 | 2D | 54 | 42 |
| Octal | 361 | 316 | 142 | 0 | 17 | 73 | 5 | 55 | 124 | 102 |
| Binary | 11110001 | 11001110 | 1100010 | 0 | 1111 | 111011 | 101 | 101101 | 1010100 | 1000010 |
Color Harmonies of #F1CE62
Complementary color
Monochromatic Colors of #F1CE62
Black with #F1CE62
Text Example
Text Example
White with #F1CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE62; }
p { color: rgb(241,206,98); }
H1.HeaderClassName
{
color: #F1CE62;
}
.AnyTagClassName
{
color: #F1CE62;
}
</style>
background-color css
<style>
a { background-color: #F1CE62; }
a { background-color: rgb(241,206,98); }
div.DivClassName
{
background-color: #F1CE62;
}
.BgClassName
{
background-color: #F1CE62;
}
</style>
border-color css
<style>
span { border-color: #F1CE62; }
span { border-color: rgb(241,206,98); }
td.TdClassName
{
border-color: #F1CE62;
}
.TagClassName
{
border-color: #F1CE62;
}
</style>