Shades of Grandis #F8C268
Tints of Grandis #F8C268
RGB
CMYK
RGB Variations
Color information
#F8C268 (or 0xF8C268) is known color: Grandis. HEX triplet: F8, C2 and 68. RGB value is (248,194,104). Sum of RGB (Red+Green+Blue) = 248+194+104=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C268 is #073D97. Grayscale: #C8C8C8. Windows color (decimal): -474520 or 6865656. OLE color: 6865656.
HSL color Cylindrical-coordinate representation of color #F8C268: hue angle of 37.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8C268 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 104 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.03 |
| HSL | 37.5º | 0.91% | 0.69% | - |
| HSV(B) | 37.5º | 0.58% | 0.97% | - |
| XYZ | 60.5 | 59.54 | 21.4 | - |
| YUV | 199.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 104 | 0 | 0.22 | 0.58 | 0.03 | 37.5 | 0.91 | 0.69 |
| Hex | F8 | C2 | 68 | 0 | 16 | 3A | 3 | 26 | 5B | 45 |
| Octal | 370 | 302 | 150 | 0 | 26 | 72 | 3 | 46 | 133 | 105 |
| Binary | 11111000 | 11000010 | 1101000 | 0 | 10110 | 111010 | 11 | 100110 | 1011011 | 1000101 |
Color Harmonies of #F8C268
Complementary color
Monochromatic Colors of #F8C268
Black with #F8C268
Text Example
Text Example
White with #F8C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C268; }
p { color: rgb(248,194,104); }
H1.HeaderClassName
{
color: #F8C268;
}
.AnyTagClassName
{
color: #F8C268;
}
</style>
background-color css
<style>
a { background-color: #F8C268; }
a { background-color: rgb(248,194,104); }
div.DivClassName
{
background-color: #F8C268;
}
.BgClassName
{
background-color: #F8C268;
}
</style>
border-color css
<style>
span { border-color: #F8C268; }
span { border-color: rgb(248,194,104); }
td.TdClassName
{
border-color: #F8C268;
}
.TagClassName
{
border-color: #F8C268;
}
</style>