Shades of Grandis #F3CA75
Tints of Grandis #F3CA75
RGB
CMYK
RGB Variations
Color information
#F3CA75 (or 0xF3CA75) is known color: Grandis. HEX triplet: F3, CA and 75. RGB value is (243,202,117). Sum of RGB (Red+Green+Blue) = 243+202+117=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CA75 is #0C358A. Grayscale: #CCCCCC. Windows color (decimal): -800139 or 7719667. OLE color: 7719667.
HSL color Cylindrical-coordinate representation of color #F3CA75: hue angle of 40.48º 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 #F3CA75 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 117 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.05 |
| HSL | 40.48º | 0.84% | 0.71% | - |
| HSV(B) | 40.48º | 0.52% | 0.95% | - |
| XYZ | 61.29 | 62.58 | 25.68 | - |
| YUV | 204.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 117 | 0 | 0.17 | 0.52 | 0.05 | 40.48 | 0.84 | 0.71 |
| Hex | F3 | CA | 75 | 0 | 11 | 34 | 5 | 28 | 54 | 47 |
| Octal | 363 | 312 | 165 | 0 | 21 | 64 | 5 | 50 | 124 | 107 |
| Binary | 11110011 | 11001010 | 1110101 | 0 | 10001 | 110100 | 101 | 101000 | 1010100 | 1000111 |
Color Harmonies of #F3CA75
Complementary color
Monochromatic Colors of #F3CA75
Black with #F3CA75
Text Example
Text Example
White with #F3CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CA75; }
p { color: rgb(243,202,117); }
H1.HeaderClassName
{
color: #F3CA75;
}
.AnyTagClassName
{
color: #F3CA75;
}
</style>
background-color css
<style>
a { background-color: #F3CA75; }
a { background-color: rgb(243,202,117); }
div.DivClassName
{
background-color: #F3CA75;
}
.BgClassName
{
background-color: #F3CA75;
}
</style>
border-color css
<style>
span { border-color: #F3CA75; }
span { border-color: rgb(243,202,117); }
td.TdClassName
{
border-color: #F3CA75;
}
.TagClassName
{
border-color: #F3CA75;
}
</style>