Shades of Grandis #F8CB6B
Tints of Grandis #F8CB6B
RGB
CMYK
RGB Variations
Color information
#F8CB6B (or 0xF8CB6B) is known color: Grandis. HEX triplet: F8, CB and 6B. RGB value is (248,203,107). Sum of RGB (Red+Green+Blue) = 248+203+107=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB6B is #073494. Grayscale: #CDCDCD. Windows color (decimal): -472213 or 7064568. OLE color: 7064568.
HSL color Cylindrical-coordinate representation of color #F8CB6B: hue angle of 40.85º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8CB6B is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 107 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.03 |
| HSL | 40.85º | 0.91% | 0.7% | - |
| HSV(B) | 40.85º | 0.57% | 0.97% | - |
| XYZ | 62.72 | 63.73 | 22.91 | - |
| YUV | 205.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 107 | 0 | 0.18 | 0.57 | 0.03 | 40.85 | 0.91 | 0.7 |
| Hex | F8 | CB | 6B | 0 | 12 | 39 | 3 | 29 | 5B | 46 |
| Octal | 370 | 313 | 153 | 0 | 22 | 71 | 3 | 51 | 133 | 106 |
| Binary | 11111000 | 11001011 | 1101011 | 0 | 10010 | 111001 | 11 | 101001 | 1011011 | 1000110 |
Color Harmonies of #F8CB6B
Complementary color
Monochromatic Colors of #F8CB6B
Black with #F8CB6B
Text Example
Text Example
White with #F8CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB6B; }
p { color: rgb(248,203,107); }
H1.HeaderClassName
{
color: #F8CB6B;
}
.AnyTagClassName
{
color: #F8CB6B;
}
</style>
background-color css
<style>
a { background-color: #F8CB6B; }
a { background-color: rgb(248,203,107); }
div.DivClassName
{
background-color: #F8CB6B;
}
.BgClassName
{
background-color: #F8CB6B;
}
</style>
border-color css
<style>
span { border-color: #F8CB6B; }
span { border-color: rgb(248,203,107); }
td.TdClassName
{
border-color: #F8CB6B;
}
.TagClassName
{
border-color: #F8CB6B;
}
</style>