Shades of Grandis #F3C871
Tints of Grandis #F3C871
RGB
CMYK
RGB Variations
Color information
#F3C871 (or 0xF3C871) is known color: Grandis. HEX triplet: F3, C8 and 71. RGB value is (243,200,113). Sum of RGB (Red+Green+Blue) = 243+200+113=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C871 is #0C378E. Grayscale: #CBCBCB. Windows color (decimal): -800655 or 7457011. OLE color: 7457011.
HSL color Cylindrical-coordinate representation of color #F3C871: hue angle of 40.15º 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 #F3C871 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 113 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.05 |
| HSL | 40.15º | 0.84% | 0.7% | - |
| HSV(B) | 40.15º | 0.53% | 0.95% | - |
| XYZ | 60.6 | 61.56 | 24.31 | - |
| YUV | 202.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 113 | 0 | 0.18 | 0.53 | 0.05 | 40.15 | 0.84 | 0.7 |
| Hex | F3 | C8 | 71 | 0 | 12 | 35 | 5 | 28 | 54 | 46 |
| Octal | 363 | 310 | 161 | 0 | 22 | 65 | 5 | 50 | 124 | 106 |
| Binary | 11110011 | 11001000 | 1110001 | 0 | 10010 | 110101 | 101 | 101000 | 1010100 | 1000110 |
Color Harmonies of #F3C871
Complementary color
Monochromatic Colors of #F3C871
Black with #F3C871
Text Example
Text Example
White with #F3C871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C871; }
p { color: rgb(243,200,113); }
H1.HeaderClassName
{
color: #F3C871;
}
.AnyTagClassName
{
color: #F3C871;
}
</style>
background-color css
<style>
a { background-color: #F3C871; }
a { background-color: rgb(243,200,113); }
div.DivClassName
{
background-color: #F3C871;
}
.BgClassName
{
background-color: #F3C871;
}
</style>
border-color css
<style>
span { border-color: #F3C871; }
span { border-color: rgb(243,200,113); }
td.TdClassName
{
border-color: #F3C871;
}
.TagClassName
{
border-color: #F3C871;
}
</style>