Shades of Grandis #F3C86E
Tints of Grandis #F3C86E
RGB
CMYK
RGB Variations
Color information
#F3C86E (or 0xF3C86E) is known color: Grandis. HEX triplet: F3, C8 and 6E. RGB value is (243,200,110). Sum of RGB (Red+Green+Blue) = 243+200+110=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C86E is #0C3791. Grayscale: #CACACA. Windows color (decimal): -800658 or 7260403. OLE color: 7260403.
HSL color Cylindrical-coordinate representation of color #F3C86E: hue angle of 40.6º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3C86E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 110 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.05 |
| HSL | 40.6º | 0.85% | 0.69% | - |
| HSV(B) | 40.6º | 0.55% | 0.95% | - |
| XYZ | 60.43 | 61.49 | 23.44 | - |
| YUV | 202.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 110 | 0 | 0.18 | 0.55 | 0.05 | 40.6 | 0.85 | 0.69 |
| Hex | F3 | C8 | 6E | 0 | 12 | 37 | 5 | 29 | 55 | 45 |
| Octal | 363 | 310 | 156 | 0 | 22 | 67 | 5 | 51 | 125 | 105 |
| Binary | 11110011 | 11001000 | 1101110 | 0 | 10010 | 110111 | 101 | 101001 | 1010101 | 1000101 |
Color Harmonies of #F3C86E
Complementary color
Monochromatic Colors of #F3C86E
Black with #F3C86E
Text Example
Text Example
White with #F3C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C86E; }
p { color: rgb(243,200,110); }
H1.HeaderClassName
{
color: #F3C86E;
}
.AnyTagClassName
{
color: #F3C86E;
}
</style>
background-color css
<style>
a { background-color: #F3C86E; }
a { background-color: rgb(243,200,110); }
div.DivClassName
{
background-color: #F3C86E;
}
.BgClassName
{
background-color: #F3C86E;
}
</style>
border-color css
<style>
span { border-color: #F3C86E; }
span { border-color: rgb(243,200,110); }
td.TdClassName
{
border-color: #F3C86E;
}
.TagClassName
{
border-color: #F3C86E;
}
</style>