Shades of Grandis #F8CB73
Tints of Grandis #F8CB73
RGB
CMYK
RGB Variations
Color information
#F8CB73 (or 0xF8CB73) is known color: Grandis. HEX triplet: F8, CB and 73. RGB value is (248,203,115). Sum of RGB (Red+Green+Blue) = 248+203+115=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB73 is #07348C. Grayscale: #CECECE. Windows color (decimal): -472205 or 7588856. OLE color: 7588856.
HSL color Cylindrical-coordinate representation of color #F8CB73: hue angle of 39.7º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8CB73 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 115 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.03 |
| HSL | 39.7º | 0.9% | 0.71% | - |
| HSV(B) | 39.7º | 0.54% | 0.97% | - |
| XYZ | 63.16 | 63.91 | 25.23 | - |
| YUV | 206.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 115 | 0 | 0.18 | 0.54 | 0.03 | 39.7 | 0.9 | 0.71 |
| Hex | F8 | CB | 73 | 0 | 12 | 36 | 3 | 28 | 5A | 47 |
| Octal | 370 | 313 | 163 | 0 | 22 | 66 | 3 | 50 | 132 | 107 |
| Binary | 11111000 | 11001011 | 1110011 | 0 | 10010 | 110110 | 11 | 101000 | 1011010 | 1000111 |
Color Harmonies of #F8CB73
Complementary color
Monochromatic Colors of #F8CB73
Black with #F8CB73
Text Example
Text Example
White with #F8CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB73; }
p { color: rgb(248,203,115); }
H1.HeaderClassName
{
color: #F8CB73;
}
.AnyTagClassName
{
color: #F8CB73;
}
</style>
background-color css
<style>
a { background-color: #F8CB73; }
a { background-color: rgb(248,203,115); }
div.DivClassName
{
background-color: #F8CB73;
}
.BgClassName
{
background-color: #F8CB73;
}
</style>
border-color css
<style>
span { border-color: #F8CB73; }
span { border-color: rgb(248,203,115); }
td.TdClassName
{
border-color: #F8CB73;
}
.TagClassName
{
border-color: #F8CB73;
}
</style>