Shades of Grandis #F3C975
Tints of Grandis #F3C975
RGB
CMYK
RGB Variations
Color information
#F3C975 (or 0xF3C975) is known color: Grandis. HEX triplet: F3, C9 and 75. RGB value is (243,201,117). Sum of RGB (Red+Green+Blue) = 243+201+117=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C975 is #0C368A. Grayscale: #CCCCCC. Windows color (decimal): -800395 or 7719411. OLE color: 7719411.
HSL color Cylindrical-coordinate representation of color #F3C975: hue angle of 40º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3C975 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 117 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.05 |
| HSL | 40º | 0.84% | 0.71% | - |
| HSV(B) | 40º | 0.52% | 0.95% | - |
| XYZ | 61.06 | 62.11 | 25.6 | - |
| YUV | 203.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 117 | 0 | 0.17 | 0.52 | 0.05 | 40 | 0.84 | 0.71 |
| Hex | F3 | C9 | 75 | 0 | 11 | 34 | 5 | 28 | 54 | 47 |
| Octal | 363 | 311 | 165 | 0 | 21 | 64 | 5 | 50 | 124 | 107 |
| Binary | 11110011 | 11001001 | 1110101 | 0 | 10001 | 110100 | 101 | 101000 | 1010100 | 1000111 |
Color Harmonies of #F3C975
Complementary color
Monochromatic Colors of #F3C975
Black with #F3C975
Text Example
Text Example
White with #F3C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C975; }
p { color: rgb(243,201,117); }
H1.HeaderClassName
{
color: #F3C975;
}
.AnyTagClassName
{
color: #F3C975;
}
</style>
background-color css
<style>
a { background-color: #F3C975; }
a { background-color: rgb(243,201,117); }
div.DivClassName
{
background-color: #F3C975;
}
.BgClassName
{
background-color: #F3C975;
}
</style>
border-color css
<style>
span { border-color: #F3C975; }
span { border-color: rgb(243,201,117); }
td.TdClassName
{
border-color: #F3C975;
}
.TagClassName
{
border-color: #F3C975;
}
</style>