Shades of Grandis #F2C670
Tints of Grandis #F2C670
RGB
CMYK
RGB Variations
Color information
#F2C670 (or 0xF2C670) is known color: Grandis. HEX triplet: F2, C6 and 70. RGB value is (242,198,112). Sum of RGB (Red+Green+Blue) = 242+198+112=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C670 is #0D398F. Grayscale: #C9C9C9. Windows color (decimal): -866704 or 7390962. OLE color: 7390962.
HSL color Cylindrical-coordinate representation of color #F2C670: hue angle of 39.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2C670 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 112 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.05 |
| HSL | 39.69º | 0.83% | 0.69% | - |
| HSV(B) | 39.69º | 0.54% | 0.95% | - |
| XYZ | 59.74 | 60.44 | 23.85 | - |
| YUV | 201.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 112 | 0 | 0.18 | 0.54 | 0.05 | 39.69 | 0.83 | 0.69 |
| Hex | F2 | C6 | 70 | 0 | 12 | 36 | 5 | 28 | 53 | 45 |
| Octal | 362 | 306 | 160 | 0 | 22 | 66 | 5 | 50 | 123 | 105 |
| Binary | 11110010 | 11000110 | 1110000 | 0 | 10010 | 110110 | 101 | 101000 | 1010011 | 1000101 |
Color Harmonies of #F2C670
Complementary color
Monochromatic Colors of #F2C670
Black with #F2C670
Text Example
Text Example
White with #F2C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C670; }
p { color: rgb(242,198,112); }
H1.HeaderClassName
{
color: #F2C670;
}
.AnyTagClassName
{
color: #F2C670;
}
</style>
background-color css
<style>
a { background-color: #F2C670; }
a { background-color: rgb(242,198,112); }
div.DivClassName
{
background-color: #F2C670;
}
.BgClassName
{
background-color: #F2C670;
}
</style>
border-color css
<style>
span { border-color: #F2C670; }
span { border-color: rgb(242,198,112); }
td.TdClassName
{
border-color: #F2C670;
}
.TagClassName
{
border-color: #F2C670;
}
</style>