Shades of Grandis #F8C466
Tints of Grandis #F8C466
RGB
CMYK
RGB Variations
Color information
#F8C466 (or 0xF8C466) is known color: Grandis. HEX triplet: F8, C4 and 66. RGB value is (248,196,102). Sum of RGB (Red+Green+Blue) = 248+196+102=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C466 is #073B99. Grayscale: #C9C9C9. Windows color (decimal): -474010 or 6735096. OLE color: 6735096.
HSL color Cylindrical-coordinate representation of color #F8C466: hue angle of 38.63º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8C466 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 102 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.03 |
| HSL | 38.63º | 0.91% | 0.69% | - |
| HSV(B) | 38.63º | 0.59% | 0.97% | - |
| XYZ | 60.85 | 60.4 | 21.02 | - |
| YUV | 200.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 102 | 0 | 0.21 | 0.59 | 0.03 | 38.63 | 0.91 | 0.69 |
| Hex | F8 | C4 | 66 | 0 | 15 | 3B | 3 | 27 | 5B | 45 |
| Octal | 370 | 304 | 146 | 0 | 25 | 73 | 3 | 47 | 133 | 105 |
| Binary | 11111000 | 11000100 | 1100110 | 0 | 10101 | 111011 | 11 | 100111 | 1011011 | 1000101 |
Color Harmonies of #F8C466
Complementary color
Monochromatic Colors of #F8C466
Black with #F8C466
Text Example
Text Example
White with #F8C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C466; }
p { color: rgb(248,196,102); }
H1.HeaderClassName
{
color: #F8C466;
}
.AnyTagClassName
{
color: #F8C466;
}
</style>
background-color css
<style>
a { background-color: #F8C466; }
a { background-color: rgb(248,196,102); }
div.DivClassName
{
background-color: #F8C466;
}
.BgClassName
{
background-color: #F8C466;
}
</style>
border-color css
<style>
span { border-color: #F8C466; }
span { border-color: rgb(248,196,102); }
td.TdClassName
{
border-color: #F8C466;
}
.TagClassName
{
border-color: #F8C466;
}
</style>