Shades of Grandis #FFC368
Tints of Grandis #FFC368
RGB
CMYK
RGB Variations
Color information
#FFC368 (or 0xFFC368) is known color: Grandis. HEX triplet: FF, C3 and 68. RGB value is (255,195,104). Sum of RGB (Red+Green+Blue) = 255+195+104=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC368 is #003C97. Grayscale: #CACACA. Windows color (decimal): -15512 or 6865919. OLE color: 6865919.
HSL color Cylindrical-coordinate representation of color #FFC368: hue angle of 36.16º 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 #FFC368 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 104 | - |
| CMYK | 0 | 0.24 | 0.59 | 0 |
| HSL | 36.16º | 1% | 0.7% | - |
| HSV(B) | 36.16º | 0.59% | 1% | - |
| XYZ | 63.25 | 61.29 | 21.59 | - |
| YUV | 202.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 104 | 0 | 0.24 | 0.59 | 0 | 36.16 | 1 | 0.7 |
| Hex | FF | C3 | 68 | 0 | 18 | 3B | 0 | 24 | 64 | 46 |
| Octal | 377 | 303 | 150 | 0 | 30 | 73 | 0 | 44 | 144 | 106 |
| Binary | 11111111 | 11000011 | 1101000 | 0 | 11000 | 111011 | 0 | 100100 | 1100100 | 1000110 |
Color Harmonies of #FFC368
Complementary color
Monochromatic Colors of #FFC368
Black with #FFC368
Text Example
Text Example
White with #FFC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC368; }
p { color: rgb(255,195,104); }
H1.HeaderClassName
{
color: #FFC368;
}
.AnyTagClassName
{
color: #FFC368;
}
</style>
background-color css
<style>
a { background-color: #FFC368; }
a { background-color: rgb(255,195,104); }
div.DivClassName
{
background-color: #FFC368;
}
.BgClassName
{
background-color: #FFC368;
}
</style>
border-color css
<style>
span { border-color: #FFC368; }
span { border-color: rgb(255,195,104); }
td.TdClassName
{
border-color: #FFC368;
}
.TagClassName
{
border-color: #FFC368;
}
</style>