Shades of Grandis #F8C367
Tints of Grandis #F8C367
RGB
CMYK
RGB Variations
Color information
#F8C367 (or 0xF8C367) is known color: Grandis. HEX triplet: F8, C3 and 67. RGB value is (248,195,103). Sum of RGB (Red+Green+Blue) = 248+195+103=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C367 is #073C98. Grayscale: #C8C8C8. Windows color (decimal): -474265 or 6800376. OLE color: 6800376.
HSL color Cylindrical-coordinate representation of color #F8C367: hue angle of 38.07º 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 #F8C367 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 103 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.03 |
| HSL | 38.07º | 0.91% | 0.69% | - |
| HSV(B) | 38.07º | 0.58% | 0.97% | - |
| XYZ | 60.67 | 59.97 | 21.21 | - |
| YUV | 200.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 103 | 0 | 0.21 | 0.58 | 0.03 | 38.07 | 0.91 | 0.69 |
| Hex | F8 | C3 | 67 | 0 | 15 | 3A | 3 | 26 | 5B | 45 |
| Octal | 370 | 303 | 147 | 0 | 25 | 72 | 3 | 46 | 133 | 105 |
| Binary | 11111000 | 11000011 | 1100111 | 0 | 10101 | 111010 | 11 | 100110 | 1011011 | 1000101 |
Color Harmonies of #F8C367
Complementary color
Monochromatic Colors of #F8C367
Black with #F8C367
Text Example
Text Example
White with #F8C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C367; }
p { color: rgb(248,195,103); }
H1.HeaderClassName
{
color: #F8C367;
}
.AnyTagClassName
{
color: #F8C367;
}
</style>
background-color css
<style>
a { background-color: #F8C367; }
a { background-color: rgb(248,195,103); }
div.DivClassName
{
background-color: #F8C367;
}
.BgClassName
{
background-color: #F8C367;
}
</style>
border-color css
<style>
span { border-color: #F8C367; }
span { border-color: rgb(248,195,103); }
td.TdClassName
{
border-color: #F8C367;
}
.TagClassName
{
border-color: #F8C367;
}
</style>