Shades of Golden Sand #F2D363
Tints of Golden Sand #F2D363
RGB
CMYK
RGB Variations
Color information
#F2D363 (or 0xF2D363) is known color: Golden Sand. HEX triplet: F2, D3 and 63. RGB value is (242,211,99). Sum of RGB (Red+Green+Blue) = 242+211+99=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D363 is #0D2C9C. Grayscale: #CFCFCF. Windows color (decimal): -863389 or 6542322. OLE color: 6542322.
HSL color Cylindrical-coordinate representation of color #F2D363: hue angle of 46.99º degrees, saturation: 0.85, 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 #F2D363 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 99 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.05 |
| HSL | 46.99º | 0.85% | 0.67% | - |
| HSV(B) | 46.99º | 0.59% | 0.95% | - |
| XYZ | 62.16 | 66.37 | 21.34 | - |
| YUV | 207.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 99 | 0 | 0.13 | 0.59 | 0.05 | 46.99 | 0.85 | 0.67 |
| Hex | F2 | D3 | 63 | 0 | D | 3B | 5 | 2F | 55 | 43 |
| Octal | 362 | 323 | 143 | 0 | 15 | 73 | 5 | 57 | 125 | 103 |
| Binary | 11110010 | 11010011 | 1100011 | 0 | 1101 | 111011 | 101 | 101111 | 1010101 | 1000011 |
Color Harmonies of #F2D363
Complementary color
Monochromatic Colors of #F2D363
Black with #F2D363
Text Example
Text Example
White with #F2D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D363; }
p { color: rgb(242,211,99); }
H1.HeaderClassName
{
color: #F2D363;
}
.AnyTagClassName
{
color: #F2D363;
}
</style>
background-color css
<style>
a { background-color: #F2D363; }
a { background-color: rgb(242,211,99); }
div.DivClassName
{
background-color: #F2D363;
}
.BgClassName
{
background-color: #F2D363;
}
</style>
border-color css
<style>
span { border-color: #F2D363; }
span { border-color: rgb(242,211,99); }
td.TdClassName
{
border-color: #F2D363;
}
.TagClassName
{
border-color: #F2D363;
}
</style>