Shades of Grandis #F3CA72
Tints of Grandis #F3CA72
RGB
CMYK
RGB Variations
Color information
#F3CA72 (or 0xF3CA72) is known color: Grandis. HEX triplet: F3, CA and 72. RGB value is (243,202,114). Sum of RGB (Red+Green+Blue) = 243+202+114=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CA72 is #0C358D. Grayscale: #CCCCCC. Windows color (decimal): -800142 or 7523059. OLE color: 7523059.
HSL color Cylindrical-coordinate representation of color #F3CA72: hue angle of 40.93º 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 #F3CA72 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 114 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.05 |
| HSL | 40.93º | 0.84% | 0.7% | - |
| HSV(B) | 40.93º | 0.53% | 0.95% | - |
| XYZ | 61.12 | 62.51 | 24.76 | - |
| YUV | 204.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 114 | 0 | 0.17 | 0.53 | 0.05 | 40.93 | 0.84 | 0.7 |
| Hex | F3 | CA | 72 | 0 | 11 | 35 | 5 | 29 | 54 | 46 |
| Octal | 363 | 312 | 162 | 0 | 21 | 65 | 5 | 51 | 124 | 106 |
| Binary | 11110011 | 11001010 | 1110010 | 0 | 10001 | 110101 | 101 | 101001 | 1010100 | 1000110 |
Color Harmonies of #F3CA72
Complementary color
Monochromatic Colors of #F3CA72
Black with #F3CA72
Text Example
Text Example
White with #F3CA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CA72; }
p { color: rgb(243,202,114); }
H1.HeaderClassName
{
color: #F3CA72;
}
.AnyTagClassName
{
color: #F3CA72;
}
</style>
background-color css
<style>
a { background-color: #F3CA72; }
a { background-color: rgb(243,202,114); }
div.DivClassName
{
background-color: #F3CA72;
}
.BgClassName
{
background-color: #F3CA72;
}
</style>
border-color css
<style>
span { border-color: #F3CA72; }
span { border-color: rgb(243,202,114); }
td.TdClassName
{
border-color: #F3CA72;
}
.TagClassName
{
border-color: #F3CA72;
}
</style>