Shades of Golden Sand #F2C763
Tints of Golden Sand #F2C763
RGB
CMYK
RGB Variations
Color information
#F2C763 (or 0xF2C763) is known color: Golden Sand. HEX triplet: F2, C7 and 63. RGB value is (242,199,99). Sum of RGB (Red+Green+Blue) = 242+199+99=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C763 is #0D389C. Grayscale: #C8C8C8. Windows color (decimal): -866461 or 6539250. OLE color: 6539250.
HSL color Cylindrical-coordinate representation of color #F2C763: hue angle of 41.96º 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 #F2C763 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 99 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.05 |
| HSL | 41.96º | 0.85% | 0.67% | - |
| HSV(B) | 41.96º | 0.59% | 0.95% | - |
| XYZ | 59.29 | 60.62 | 20.38 | - |
| YUV | 200.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 99 | 0 | 0.18 | 0.59 | 0.05 | 41.96 | 0.85 | 0.67 |
| Hex | F2 | C7 | 63 | 0 | 12 | 3B | 5 | 2A | 55 | 43 |
| Octal | 362 | 307 | 143 | 0 | 22 | 73 | 5 | 52 | 125 | 103 |
| Binary | 11110010 | 11000111 | 1100011 | 0 | 10010 | 111011 | 101 | 101010 | 1010101 | 1000011 |
Color Harmonies of #F2C763
Complementary color
Monochromatic Colors of #F2C763
Black with #F2C763
Text Example
Text Example
White with #F2C763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C763; }
p { color: rgb(242,199,99); }
H1.HeaderClassName
{
color: #F2C763;
}
.AnyTagClassName
{
color: #F2C763;
}
</style>
background-color css
<style>
a { background-color: #F2C763; }
a { background-color: rgb(242,199,99); }
div.DivClassName
{
background-color: #F2C763;
}
.BgClassName
{
background-color: #F2C763;
}
</style>
border-color css
<style>
span { border-color: #F2C763; }
span { border-color: rgb(242,199,99); }
td.TdClassName
{
border-color: #F2C763;
}
.TagClassName
{
border-color: #F2C763;
}
</style>