Shades of Golden Sand #F1D363
Tints of Golden Sand #F1D363
RGB
CMYK
RGB Variations
Color information
#F1D363 (or 0xF1D363) is known color: Golden Sand. HEX triplet: F1, D3 and 63. RGB value is (241,211,99). Sum of RGB (Red+Green+Blue) = 241+211+99=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D363 is #0E2C9C. Grayscale: #CFCFCF. Windows color (decimal): -928925 or 6542321. OLE color: 6542321.
HSL color Cylindrical-coordinate representation of color #F1D363: hue angle of 47.32º 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 #F1D363 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 99 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.05 |
| HSL | 47.32º | 0.84% | 0.67% | - |
| HSV(B) | 47.32º | 0.59% | 0.95% | - |
| XYZ | 61.82 | 66.19 | 21.32 | - |
| YUV | 207.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 99 | 0 | 0.12 | 0.59 | 0.05 | 47.32 | 0.84 | 0.67 |
| Hex | F1 | D3 | 63 | 0 | C | 3B | 5 | 2F | 54 | 43 |
| Octal | 361 | 323 | 143 | 0 | 14 | 73 | 5 | 57 | 124 | 103 |
| Binary | 11110001 | 11010011 | 1100011 | 0 | 1100 | 111011 | 101 | 101111 | 1010100 | 1000011 |
Color Harmonies of #F1D363
Complementary color
Monochromatic Colors of #F1D363
Black with #F1D363
Text Example
Text Example
White with #F1D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D363; }
p { color: rgb(241,211,99); }
H1.HeaderClassName
{
color: #F1D363;
}
.AnyTagClassName
{
color: #F1D363;
}
</style>
background-color css
<style>
a { background-color: #F1D363; }
a { background-color: rgb(241,211,99); }
div.DivClassName
{
background-color: #F1D363;
}
.BgClassName
{
background-color: #F1D363;
}
</style>
border-color css
<style>
span { border-color: #F1D363; }
span { border-color: rgb(241,211,99); }
td.TdClassName
{
border-color: #F1D363;
}
.TagClassName
{
border-color: #F1D363;
}
</style>