Shades of Grandis #FFC568
Tints of Grandis #FFC568
RGB
CMYK
RGB Variations
Color information
#FFC568 (or 0xFFC568) is known color: Grandis. HEX triplet: FF, C5 and 68. RGB value is (255,197,104). Sum of RGB (Red+Green+Blue) = 255+197+104=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC568 is #003A97. Grayscale: #CCCCCC. Windows color (decimal): -15000 or 6866431. OLE color: 6866431.
HSL color Cylindrical-coordinate representation of color #FFC568: hue angle of 36.95º 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 #FFC568 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 104 | - |
| CMYK | 0 | 0.23 | 0.59 | 0 |
| HSL | 36.95º | 1% | 0.7% | - |
| HSV(B) | 36.95º | 0.59% | 1% | - |
| XYZ | 63.7 | 62.19 | 21.74 | - |
| YUV | 203.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 104 | 0 | 0.23 | 0.59 | 0 | 36.95 | 1 | 0.7 |
| Hex | FF | C5 | 68 | 0 | 17 | 3B | 0 | 25 | 64 | 46 |
| Octal | 377 | 305 | 150 | 0 | 27 | 73 | 0 | 45 | 144 | 106 |
| Binary | 11111111 | 11000101 | 1101000 | 0 | 10111 | 111011 | 0 | 100101 | 1100100 | 1000110 |
Color Harmonies of #FFC568
Complementary color
Monochromatic Colors of #FFC568
Black with #FFC568
Text Example
Text Example
White with #FFC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC568; }
p { color: rgb(255,197,104); }
H1.HeaderClassName
{
color: #FFC568;
}
.AnyTagClassName
{
color: #FFC568;
}
</style>
background-color css
<style>
a { background-color: #FFC568; }
a { background-color: rgb(255,197,104); }
div.DivClassName
{
background-color: #FFC568;
}
.BgClassName
{
background-color: #FFC568;
}
</style>
border-color css
<style>
span { border-color: #FFC568; }
span { border-color: rgb(255,197,104); }
td.TdClassName
{
border-color: #FFC568;
}
.TagClassName
{
border-color: #FFC568;
}
</style>