Shades of Grandis #F3C873
Tints of Grandis #F3C873
RGB
CMYK
RGB Variations
Color information
#F3C873 (or 0xF3C873) is known color: Grandis. HEX triplet: F3, C8 and 73. RGB value is (243,200,115). Sum of RGB (Red+Green+Blue) = 243+200+115=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C873 is #0C378C. Grayscale: #CBCBCB. Windows color (decimal): -800653 or 7588083. OLE color: 7588083.
HSL color Cylindrical-coordinate representation of color #F3C873: hue angle of 39.84º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3C873 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 115 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.05 |
| HSL | 39.84º | 0.84% | 0.7% | - |
| HSV(B) | 39.84º | 0.53% | 0.95% | - |
| XYZ | 60.71 | 61.6 | 24.91 | - |
| YUV | 203.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 115 | 0 | 0.18 | 0.53 | 0.05 | 39.84 | 0.84 | 0.7 |
| Hex | F3 | C8 | 73 | 0 | 12 | 35 | 5 | 28 | 54 | 46 |
| Octal | 363 | 310 | 163 | 0 | 22 | 65 | 5 | 50 | 124 | 106 |
| Binary | 11110011 | 11001000 | 1110011 | 0 | 10010 | 110101 | 101 | 101000 | 1010100 | 1000110 |
Color Harmonies of #F3C873
Complementary color
Monochromatic Colors of #F3C873
Black with #F3C873
Text Example
Text Example
White with #F3C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C873; }
p { color: rgb(243,200,115); }
H1.HeaderClassName
{
color: #F3C873;
}
.AnyTagClassName
{
color: #F3C873;
}
</style>
background-color css
<style>
a { background-color: #F3C873; }
a { background-color: rgb(243,200,115); }
div.DivClassName
{
background-color: #F3C873;
}
.BgClassName
{
background-color: #F3C873;
}
</style>
border-color css
<style>
span { border-color: #F3C873; }
span { border-color: rgb(243,200,115); }
td.TdClassName
{
border-color: #F3C873;
}
.TagClassName
{
border-color: #F3C873;
}
</style>