Shades of Grandis #FFC365
Tints of Grandis #FFC365
RGB
CMYK
RGB Variations
Color information
#FFC365 (or 0xFFC365) is known color: Grandis. HEX triplet: FF, C3 and 65. RGB value is (255,195,101). Sum of RGB (Red+Green+Blue) = 255+195+101=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC365 is #003C9A. Grayscale: #CACACA. Windows color (decimal): -15515 or 6669311. OLE color: 6669311.
HSL color Cylindrical-coordinate representation of color #FFC365: hue angle of 36.62º 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 #FFC365 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 101 | - |
| CMYK | 0 | 0.24 | 0.60 | 0 |
| HSL | 36.62º | 1% | 0.7% | - |
| HSV(B) | 36.62º | 0.6% | 1% | - |
| XYZ | 63.1 | 61.23 | 20.8 | - |
| YUV | 202.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 101 | 0 | 0.24 | 0.60 | 0 | 36.62 | 1 | 0.7 |
| Hex | FF | C3 | 65 | 0 | 18 | 3C | 0 | 25 | 64 | 46 |
| Octal | 377 | 303 | 145 | 0 | 30 | 74 | 0 | 45 | 144 | 106 |
| Binary | 11111111 | 11000011 | 1100101 | 0 | 11000 | 111100 | 0 | 100101 | 1100100 | 1000110 |
Color Harmonies of #FFC365
Complementary color
Monochromatic Colors of #FFC365
Black with #FFC365
Text Example
Text Example
White with #FFC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC365; }
p { color: rgb(255,195,101); }
H1.HeaderClassName
{
color: #FFC365;
}
.AnyTagClassName
{
color: #FFC365;
}
</style>
background-color css
<style>
a { background-color: #FFC365; }
a { background-color: rgb(255,195,101); }
div.DivClassName
{
background-color: #FFC365;
}
.BgClassName
{
background-color: #FFC365;
}
</style>
border-color css
<style>
span { border-color: #FFC365; }
span { border-color: rgb(255,195,101); }
td.TdClassName
{
border-color: #FFC365;
}
.TagClassName
{
border-color: #FFC365;
}
</style>