Shades of Grandis #F8C565
Tints of Grandis #F8C565
RGB
CMYK
RGB Variations
Color information
#F8C565 (or 0xF8C565) is known color: Grandis. HEX triplet: F8, C5 and 65. RGB value is (248,197,101). Sum of RGB (Red+Green+Blue) = 248+197+101=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C565 is #073A9A. Grayscale: #C9C9C9. Windows color (decimal): -473755 or 6669816. OLE color: 6669816.
HSL color Cylindrical-coordinate representation of color #F8C565: hue angle of 39.18º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8C565 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 101 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.03 |
| HSL | 39.18º | 0.91% | 0.68% | - |
| HSV(B) | 39.18º | 0.59% | 0.97% | - |
| XYZ | 61.03 | 60.83 | 20.84 | - |
| YUV | 201.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 101 | 0 | 0.21 | 0.59 | 0.03 | 39.18 | 0.91 | 0.68 |
| Hex | F8 | C5 | 65 | 0 | 15 | 3B | 3 | 27 | 5B | 44 |
| Octal | 370 | 305 | 145 | 0 | 25 | 73 | 3 | 47 | 133 | 104 |
| Binary | 11111000 | 11000101 | 1100101 | 0 | 10101 | 111011 | 11 | 100111 | 1011011 | 1000100 |
Color Harmonies of #F8C565
Complementary color
Monochromatic Colors of #F8C565
Black with #F8C565
Text Example
Text Example
White with #F8C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C565; }
p { color: rgb(248,197,101); }
H1.HeaderClassName
{
color: #F8C565;
}
.AnyTagClassName
{
color: #F8C565;
}
</style>
background-color css
<style>
a { background-color: #F8C565; }
a { background-color: rgb(248,197,101); }
div.DivClassName
{
background-color: #F8C565;
}
.BgClassName
{
background-color: #F8C565;
}
</style>
border-color css
<style>
span { border-color: #F8C565; }
span { border-color: rgb(248,197,101); }
td.TdClassName
{
border-color: #F8C565;
}
.TagClassName
{
border-color: #F8C565;
}
</style>