Shades of Grandis #F9C570
Tints of Grandis #F9C570
RGB
CMYK
RGB Variations
Color information
#F9C570 (or 0xF9C570) is known color: Grandis. HEX triplet: F9, C5 and 70. RGB value is (249,197,112). Sum of RGB (Red+Green+Blue) = 249+197+112=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C570 is #063A8F. Grayscale: #CBCBCB. Windows color (decimal): -408208 or 7390713. OLE color: 7390713.
HSL color Cylindrical-coordinate representation of color #F9C570: hue angle of 37.23º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9C570 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 112 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.02 |
| HSL | 37.23º | 0.92% | 0.71% | - |
| HSV(B) | 37.23º | 0.55% | 0.98% | - |
| XYZ | 61.96 | 61.24 | 23.88 | - |
| YUV | 202.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 112 | 0 | 0.21 | 0.55 | 0.02 | 37.23 | 0.92 | 0.71 |
| Hex | F9 | C5 | 70 | 0 | 15 | 37 | 2 | 25 | 5C | 47 |
| Octal | 371 | 305 | 160 | 0 | 25 | 67 | 2 | 45 | 134 | 107 |
| Binary | 11111001 | 11000101 | 1110000 | 0 | 10101 | 110111 | 10 | 100101 | 1011100 | 1000111 |
Color Harmonies of #F9C570
Complementary color
Monochromatic Colors of #F9C570
Black with #F9C570
Text Example
Text Example
White with #F9C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C570; }
p { color: rgb(249,197,112); }
H1.HeaderClassName
{
color: #F9C570;
}
.AnyTagClassName
{
color: #F9C570;
}
</style>
background-color css
<style>
a { background-color: #F9C570; }
a { background-color: rgb(249,197,112); }
div.DivClassName
{
background-color: #F9C570;
}
.BgClassName
{
background-color: #F9C570;
}
</style>
border-color css
<style>
span { border-color: #F9C570; }
span { border-color: rgb(249,197,112); }
td.TdClassName
{
border-color: #F9C570;
}
.TagClassName
{
border-color: #F9C570;
}
</style>