Shades of Grandis #FFC369
Tints of Grandis #FFC369
RGB
CMYK
RGB Variations
Color information
#FFC369 (or 0xFFC369) is known color: Grandis. HEX triplet: FF, C3 and 69. RGB value is (255,195,105). Sum of RGB (Red+Green+Blue) = 255+195+105=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC369 is #003C96. Grayscale: #CBCBCB. Windows color (decimal): -15511 or 6931455. OLE color: 6931455.
HSL color Cylindrical-coordinate representation of color #FFC369: hue angle of 36º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFC369 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 105 | - |
| CMYK | 0 | 0.24 | 0.59 | 0 |
| HSL | 36º | 1% | 0.71% | - |
| HSV(B) | 36º | 0.59% | 1% | - |
| XYZ | 63.3 | 61.31 | 21.86 | - |
| YUV | 202.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 105 | 0 | 0.24 | 0.59 | 0 | 36 | 1 | 0.71 |
| Hex | FF | C3 | 69 | 0 | 18 | 3B | 0 | 24 | 64 | 47 |
| Octal | 377 | 303 | 151 | 0 | 30 | 73 | 0 | 44 | 144 | 107 |
| Binary | 11111111 | 11000011 | 1101001 | 0 | 11000 | 111011 | 0 | 100100 | 1100100 | 1000111 |
Color Harmonies of #FFC369
Complementary color
Monochromatic Colors of #FFC369
Black with #FFC369
Text Example
Text Example
White with #FFC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC369; }
p { color: rgb(255,195,105); }
H1.HeaderClassName
{
color: #FFC369;
}
.AnyTagClassName
{
color: #FFC369;
}
</style>
background-color css
<style>
a { background-color: #FFC369; }
a { background-color: rgb(255,195,105); }
div.DivClassName
{
background-color: #FFC369;
}
.BgClassName
{
background-color: #FFC369;
}
</style>
border-color css
<style>
span { border-color: #FFC369; }
span { border-color: rgb(255,195,105); }
td.TdClassName
{
border-color: #FFC369;
}
.TagClassName
{
border-color: #FFC369;
}
</style>