Shades of Grandis #F8D26B
Tints of Grandis #F8D26B
RGB
CMYK
RGB Variations
Color information
#F8D26B (or 0xF8D26B) is known color: Grandis. HEX triplet: F8, D2 and 6B. RGB value is (248,210,107). Sum of RGB (Red+Green+Blue) = 248+210+107=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D26B is #072D94. Grayscale: #D2D2D2. Windows color (decimal): -470421 or 7066360. OLE color: 7066360.
HSL color Cylindrical-coordinate representation of color #F8D26B: hue angle of 43.83º 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 #F8D26B is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 107 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.03 |
| HSL | 43.83º | 0.91% | 0.7% | - |
| HSV(B) | 43.83º | 0.57% | 0.97% | - |
| XYZ | 64.41 | 67.11 | 23.47 | - |
| YUV | 209.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 107 | 0 | 0.15 | 0.57 | 0.03 | 43.83 | 0.91 | 0.7 |
| Hex | F8 | D2 | 6B | 0 | F | 39 | 3 | 2C | 5B | 46 |
| Octal | 370 | 322 | 153 | 0 | 17 | 71 | 3 | 54 | 133 | 106 |
| Binary | 11111000 | 11010010 | 1101011 | 0 | 1111 | 111001 | 11 | 101100 | 1011011 | 1000110 |
Color Harmonies of #F8D26B
Complementary color
Monochromatic Colors of #F8D26B
Black with #F8D26B
Text Example
Text Example
White with #F8D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D26B; }
p { color: rgb(248,210,107); }
H1.HeaderClassName
{
color: #F8D26B;
}
.AnyTagClassName
{
color: #F8D26B;
}
</style>
background-color css
<style>
a { background-color: #F8D26B; }
a { background-color: rgb(248,210,107); }
div.DivClassName
{
background-color: #F8D26B;
}
.BgClassName
{
background-color: #F8D26B;
}
</style>
border-color css
<style>
span { border-color: #F8D26B; }
span { border-color: rgb(248,210,107); }
td.TdClassName
{
border-color: #F8D26B;
}
.TagClassName
{
border-color: #F8D26B;
}
</style>