Shades of Grandis #FFC165
Tints of Grandis #FFC165
RGB
CMYK
RGB Variations
Color information
#FFC165 (or 0xFFC165) is known color: Grandis. HEX triplet: FF, C1 and 65. RGB value is (255,193,101). Sum of RGB (Red+Green+Blue) = 255+193+101=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC165 is #003E9A. Grayscale: #C9C9C9. Windows color (decimal): -16027 or 6668799. OLE color: 6668799.
HSL color Cylindrical-coordinate representation of color #FFC165: hue angle of 35.84º 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 #FFC165 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 101 | - |
| CMYK | 0 | 0.24 | 0.60 | 0 |
| HSL | 35.84º | 1% | 0.7% | - |
| HSV(B) | 35.84º | 0.6% | 1% | - |
| XYZ | 62.66 | 60.34 | 20.66 | - |
| YUV | 201.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 101 | 0 | 0.24 | 0.60 | 0 | 35.84 | 1 | 0.7 |
| Hex | FF | C1 | 65 | 0 | 18 | 3C | 0 | 24 | 64 | 46 |
| Octal | 377 | 301 | 145 | 0 | 30 | 74 | 0 | 44 | 144 | 106 |
| Binary | 11111111 | 11000001 | 1100101 | 0 | 11000 | 111100 | 0 | 100100 | 1100100 | 1000110 |
Color Harmonies of #FFC165
Complementary color
Monochromatic Colors of #FFC165
Black with #FFC165
Text Example
Text Example
White with #FFC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC165; }
p { color: rgb(255,193,101); }
H1.HeaderClassName
{
color: #FFC165;
}
.AnyTagClassName
{
color: #FFC165;
}
</style>
background-color css
<style>
a { background-color: #FFC165; }
a { background-color: rgb(255,193,101); }
div.DivClassName
{
background-color: #FFC165;
}
.BgClassName
{
background-color: #FFC165;
}
</style>
border-color css
<style>
span { border-color: #FFC165; }
span { border-color: rgb(255,193,101); }
td.TdClassName
{
border-color: #FFC165;
}
.TagClassName
{
border-color: #FFC165;
}
</style>