Shades of Golden Sand #F3C462
Tints of Golden Sand #F3C462
RGB
CMYK
RGB Variations
Color information
#F3C462 (or 0xF3C462) is known color: Golden Sand. HEX triplet: F3, C4 and 62. RGB value is (243,196,98). Sum of RGB (Red+Green+Blue) = 243+196+98=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C462 is #0C3B9D. Grayscale: #C7C7C7. Windows color (decimal): -801694 or 6472947. OLE color: 6472947.
HSL color Cylindrical-coordinate representation of color #F3C462: hue angle of 40.55º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3C462 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 98 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.05 |
| HSL | 40.55º | 0.86% | 0.67% | - |
| HSV(B) | 40.55º | 0.6% | 0.95% | - |
| XYZ | 58.91 | 59.42 | 19.92 | - |
| YUV | 198.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 98 | 0 | 0.19 | 0.60 | 0.05 | 40.55 | 0.86 | 0.67 |
| Hex | F3 | C4 | 62 | 0 | 13 | 3C | 5 | 29 | 56 | 43 |
| Octal | 363 | 304 | 142 | 0 | 23 | 74 | 5 | 51 | 126 | 103 |
| Binary | 11110011 | 11000100 | 1100010 | 0 | 10011 | 111100 | 101 | 101001 | 1010110 | 1000011 |
Color Harmonies of #F3C462
Complementary color
Monochromatic Colors of #F3C462
Black with #F3C462
Text Example
Text Example
White with #F3C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C462; }
p { color: rgb(243,196,98); }
H1.HeaderClassName
{
color: #F3C462;
}
.AnyTagClassName
{
color: #F3C462;
}
</style>
background-color css
<style>
a { background-color: #F3C462; }
a { background-color: rgb(243,196,98); }
div.DivClassName
{
background-color: #F3C462;
}
.BgClassName
{
background-color: #F3C462;
}
</style>
border-color css
<style>
span { border-color: #F3C462; }
span { border-color: rgb(243,196,98); }
td.TdClassName
{
border-color: #F3C462;
}
.TagClassName
{
border-color: #F3C462;
}
</style>