Shades of Grandis #FFC366
Tints of Grandis #FFC366
RGB
CMYK
RGB Variations
Color information
#FFC366 (or 0xFFC366) is known color: Grandis. HEX triplet: FF, C3 and 66. RGB value is (255,195,102). Sum of RGB (Red+Green+Blue) = 255+195+102=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC366 is #003C99. Grayscale: #CACACA. Windows color (decimal): -15514 or 6734847. OLE color: 6734847.
HSL color Cylindrical-coordinate representation of color #FFC366: hue angle of 36.47º 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 #FFC366 is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 102 | - |
| CMYK | 0 | 0.24 | 0.6 | 0 |
| HSL | 36.47º | 1% | 0.7% | - |
| HSV(B) | 36.47º | 0.6% | 1% | - |
| XYZ | 63.15 | 61.25 | 21.06 | - |
| YUV | 202.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 102 | 0 | 0.24 | 0.6 | 0 | 36.47 | 1 | 0.7 |
| Hex | FF | C3 | 66 | 0 | 18 | 3C | 0 | 24 | 64 | 46 |
| Octal | 377 | 303 | 146 | 0 | 30 | 74 | 0 | 44 | 144 | 106 |
| Binary | 11111111 | 11000011 | 1100110 | 0 | 11000 | 111100 | 0 | 100100 | 1100100 | 1000110 |
Color Harmonies of #FFC366
Complementary color
Monochromatic Colors of #FFC366
Black with #FFC366
Text Example
Text Example
White with #FFC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC366; }
p { color: rgb(255,195,102); }
H1.HeaderClassName
{
color: #FFC366;
}
.AnyTagClassName
{
color: #FFC366;
}
</style>
background-color css
<style>
a { background-color: #FFC366; }
a { background-color: rgb(255,195,102); }
div.DivClassName
{
background-color: #FFC366;
}
.BgClassName
{
background-color: #FFC366;
}
</style>
border-color css
<style>
span { border-color: #FFC366; }
span { border-color: rgb(255,195,102); }
td.TdClassName
{
border-color: #FFC366;
}
.TagClassName
{
border-color: #FFC366;
}
</style>