Shades of Grandis #FFC968
Tints of Grandis #FFC968
RGB
CMYK
RGB Variations
Color information
#FFC968 (or 0xFFC968) is known color: Grandis. HEX triplet: FF, C9 and 68. RGB value is (255,201,104). Sum of RGB (Red+Green+Blue) = 255+201+104=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC968 is #003697. Grayscale: #CECECE. Windows color (decimal): -13976 or 6867455. OLE color: 6867455.
HSL color Cylindrical-coordinate representation of color #FFC968: hue angle of 38.54º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFC968 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 104 | - |
| CMYK | 0 | 0.21 | 0.59 | 0 |
| HSL | 38.54º | 1% | 0.7% | - |
| HSV(B) | 38.54º | 0.59% | 1% | - |
| XYZ | 64.63 | 64.03 | 22.05 | - |
| YUV | 206.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 104 | 0 | 0.21 | 0.59 | 0 | 38.54 | 1 | 0.7 |
| Hex | FF | C9 | 68 | 0 | 15 | 3B | 0 | 27 | 64 | 46 |
| Octal | 377 | 311 | 150 | 0 | 25 | 73 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001001 | 1101000 | 0 | 10101 | 111011 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFC968
Complementary color
Monochromatic Colors of #FFC968
Black with #FFC968
Text Example
Text Example
White with #FFC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC968; }
p { color: rgb(255,201,104); }
H1.HeaderClassName
{
color: #FFC968;
}
.AnyTagClassName
{
color: #FFC968;
}
</style>
background-color css
<style>
a { background-color: #FFC968; }
a { background-color: rgb(255,201,104); }
div.DivClassName
{
background-color: #FFC968;
}
.BgClassName
{
background-color: #FFC968;
}
</style>
border-color css
<style>
span { border-color: #FFC968; }
span { border-color: rgb(255,201,104); }
td.TdClassName
{
border-color: #FFC968;
}
.TagClassName
{
border-color: #FFC968;
}
</style>