Shades of Grandis #F8CB76
Tints of Grandis #F8CB76
RGB
CMYK
RGB Variations
Color information
#F8CB76 (or 0xF8CB76) is known color: Grandis. HEX triplet: F8, CB and 76. RGB value is (248,203,118). Sum of RGB (Red+Green+Blue) = 248+203+118=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB76 is #073489. Grayscale: #CFCFCF. Windows color (decimal): -472202 or 7785464. OLE color: 7785464.
HSL color Cylindrical-coordinate representation of color #F8CB76: hue angle of 39.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8CB76 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 118 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.03 |
| HSL | 39.23º | 0.9% | 0.72% | - |
| HSV(B) | 39.23º | 0.52% | 0.97% | - |
| XYZ | 63.34 | 63.98 | 26.15 | - |
| YUV | 206.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 118 | 0 | 0.18 | 0.52 | 0.03 | 39.23 | 0.9 | 0.72 |
| Hex | F8 | CB | 76 | 0 | 12 | 34 | 3 | 27 | 5A | 48 |
| Octal | 370 | 313 | 166 | 0 | 22 | 64 | 3 | 47 | 132 | 110 |
| Binary | 11111000 | 11001011 | 1110110 | 0 | 10010 | 110100 | 11 | 100111 | 1011010 | 1001000 |
Color Harmonies of #F8CB76
Complementary color
Monochromatic Colors of #F8CB76
Black with #F8CB76
Text Example
Text Example
White with #F8CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB76; }
p { color: rgb(248,203,118); }
H1.HeaderClassName
{
color: #F8CB76;
}
.AnyTagClassName
{
color: #F8CB76;
}
</style>
background-color css
<style>
a { background-color: #F8CB76; }
a { background-color: rgb(248,203,118); }
div.DivClassName
{
background-color: #F8CB76;
}
.BgClassName
{
background-color: #F8CB76;
}
</style>
border-color css
<style>
span { border-color: #F8CB76; }
span { border-color: rgb(248,203,118); }
td.TdClassName
{
border-color: #F8CB76;
}
.TagClassName
{
border-color: #F8CB76;
}
</style>