Shades of Grandis #F8C36A
Tints of Grandis #F8C36A
RGB
CMYK
RGB Variations
Color information
#F8C36A (or 0xF8C36A) is known color: Grandis. HEX triplet: F8, C3 and 6A. RGB value is (248,195,106). Sum of RGB (Red+Green+Blue) = 248+195+106=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C36A is #073C95. Grayscale: #C9C9C9. Windows color (decimal): -474262 or 6996984. OLE color: 6996984.
HSL color Cylindrical-coordinate representation of color #F8C36A: hue angle of 37.61º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8C36A is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 106 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.03 |
| HSL | 37.61º | 0.91% | 0.69% | - |
| HSV(B) | 37.61º | 0.57% | 0.97% | - |
| XYZ | 60.83 | 60.03 | 22.02 | - |
| YUV | 200.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 106 | 0 | 0.21 | 0.57 | 0.03 | 37.61 | 0.91 | 0.69 |
| Hex | F8 | C3 | 6A | 0 | 15 | 39 | 3 | 26 | 5B | 45 |
| Octal | 370 | 303 | 152 | 0 | 25 | 71 | 3 | 46 | 133 | 105 |
| Binary | 11111000 | 11000011 | 1101010 | 0 | 10101 | 111001 | 11 | 100110 | 1011011 | 1000101 |
Color Harmonies of #F8C36A
Complementary color
Monochromatic Colors of #F8C36A
Black with #F8C36A
Text Example
Text Example
White with #F8C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C36A; }
p { color: rgb(248,195,106); }
H1.HeaderClassName
{
color: #F8C36A;
}
.AnyTagClassName
{
color: #F8C36A;
}
</style>
background-color css
<style>
a { background-color: #F8C36A; }
a { background-color: rgb(248,195,106); }
div.DivClassName
{
background-color: #F8C36A;
}
.BgClassName
{
background-color: #F8C36A;
}
</style>
border-color css
<style>
span { border-color: #F8C36A; }
span { border-color: rgb(248,195,106); }
td.TdClassName
{
border-color: #F8C36A;
}
.TagClassName
{
border-color: #F8C36A;
}
</style>