Shades of Grandis #F8C369
Tints of Grandis #F8C369
RGB
CMYK
RGB Variations
Color information
#F8C369 (or 0xF8C369) is known color: Grandis. HEX triplet: F8, C3 and 69. RGB value is (248,195,105). Sum of RGB (Red+Green+Blue) = 248+195+105=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C369 is #073C96. Grayscale: #C9C9C9. Windows color (decimal): -474263 or 6931448. OLE color: 6931448.
HSL color Cylindrical-coordinate representation of color #F8C369: hue angle of 37.76º 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 #F8C369 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 105 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.03 |
| HSL | 37.76º | 0.91% | 0.69% | - |
| HSV(B) | 37.76º | 0.58% | 0.97% | - |
| XYZ | 60.78 | 60.01 | 21.74 | - |
| YUV | 200.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 105 | 0 | 0.21 | 0.58 | 0.03 | 37.76 | 0.91 | 0.69 |
| Hex | F8 | C3 | 69 | 0 | 15 | 3A | 3 | 26 | 5B | 45 |
| Octal | 370 | 303 | 151 | 0 | 25 | 72 | 3 | 46 | 133 | 105 |
| Binary | 11111000 | 11000011 | 1101001 | 0 | 10101 | 111010 | 11 | 100110 | 1011011 | 1000101 |
Color Harmonies of #F8C369
Complementary color
Monochromatic Colors of #F8C369
Black with #F8C369
Text Example
Text Example
White with #F8C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C369; }
p { color: rgb(248,195,105); }
H1.HeaderClassName
{
color: #F8C369;
}
.AnyTagClassName
{
color: #F8C369;
}
</style>
background-color css
<style>
a { background-color: #F8C369; }
a { background-color: rgb(248,195,105); }
div.DivClassName
{
background-color: #F8C369;
}
.BgClassName
{
background-color: #F8C369;
}
</style>
border-color css
<style>
span { border-color: #F8C369; }
span { border-color: rgb(248,195,105); }
td.TdClassName
{
border-color: #F8C369;
}
.TagClassName
{
border-color: #F8C369;
}
</style>