Shades of Grandis #FFC067
Tints of Grandis #FFC067
RGB
CMYK
RGB Variations
Color information
#FFC067 (or 0xFFC067) is known color: Grandis. HEX triplet: FF, C0 and 67. RGB value is (255,192,103). Sum of RGB (Red+Green+Blue) = 255+192+103=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC067 is #003F98. Grayscale: #C9C9C9. Windows color (decimal): -16281 or 6799615. OLE color: 6799615.
HSL color Cylindrical-coordinate representation of color #FFC067: hue angle of 35.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC067 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 103 | - |
| CMYK | 0 | 0.25 | 0.60 | 0 |
| HSL | 35.13º | 1% | 0.7% | - |
| HSV(B) | 35.13º | 0.6% | 1% | - |
| XYZ | 62.54 | 59.94 | 21.11 | - |
| YUV | 200.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 103 | 0 | 0.25 | 0.60 | 0 | 35.13 | 1 | 0.7 |
| Hex | FF | C0 | 67 | 0 | 19 | 3C | 0 | 23 | 64 | 46 |
| Octal | 377 | 300 | 147 | 0 | 31 | 74 | 0 | 43 | 144 | 106 |
| Binary | 11111111 | 11000000 | 1100111 | 0 | 11001 | 111100 | 0 | 100011 | 1100100 | 1000110 |
Color Harmonies of #FFC067
Complementary color
Monochromatic Colors of #FFC067
Black with #FFC067
Text Example
Text Example
White with #FFC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC067; }
p { color: rgb(255,192,103); }
H1.HeaderClassName
{
color: #FFC067;
}
.AnyTagClassName
{
color: #FFC067;
}
</style>
background-color css
<style>
a { background-color: #FFC067; }
a { background-color: rgb(255,192,103); }
div.DivClassName
{
background-color: #FFC067;
}
.BgClassName
{
background-color: #FFC067;
}
</style>
border-color css
<style>
span { border-color: #FFC067; }
span { border-color: rgb(255,192,103); }
td.TdClassName
{
border-color: #FFC067;
}
.TagClassName
{
border-color: #FFC067;
}
</style>