Shades of Grandis #F9CB68
Tints of Grandis #F9CB68
RGB
CMYK
RGB Variations
Color information
#F9CB68 (or 0xF9CB68) is known color: Grandis. HEX triplet: F9, CB and 68. RGB value is (249,203,104). Sum of RGB (Red+Green+Blue) = 249+203+104=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB68 is #063497. Grayscale: #CDCDCD. Windows color (decimal): -406680 or 6867961. OLE color: 6867961.
HSL color Cylindrical-coordinate representation of color #F9CB68: hue angle of 40.97º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9CB68 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 104 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.02 |
| HSL | 40.97º | 0.92% | 0.69% | - |
| HSV(B) | 40.97º | 0.58% | 0.98% | - |
| XYZ | 62.92 | 63.85 | 22.1 | - |
| YUV | 205.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 104 | 0 | 0.18 | 0.58 | 0.02 | 40.97 | 0.92 | 0.69 |
| Hex | F9 | CB | 68 | 0 | 12 | 3A | 2 | 29 | 5C | 45 |
| Octal | 371 | 313 | 150 | 0 | 22 | 72 | 2 | 51 | 134 | 105 |
| Binary | 11111001 | 11001011 | 1101000 | 0 | 10010 | 111010 | 10 | 101001 | 1011100 | 1000101 |
Color Harmonies of #F9CB68
Complementary color
Monochromatic Colors of #F9CB68
Black with #F9CB68
Text Example
Text Example
White with #F9CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB68; }
p { color: rgb(249,203,104); }
H1.HeaderClassName
{
color: #F9CB68;
}
.AnyTagClassName
{
color: #F9CB68;
}
</style>
background-color css
<style>
a { background-color: #F9CB68; }
a { background-color: rgb(249,203,104); }
div.DivClassName
{
background-color: #F9CB68;
}
.BgClassName
{
background-color: #F9CB68;
}
</style>
border-color css
<style>
span { border-color: #F9CB68; }
span { border-color: rgb(249,203,104); }
td.TdClassName
{
border-color: #F9CB68;
}
.TagClassName
{
border-color: #F9CB68;
}
</style>