Shades of Grandis #FFC265
Tints of Grandis #FFC265
RGB
CMYK
RGB Variations
Color information
#FFC265 (or 0xFFC265) is known color: Grandis. HEX triplet: FF, C2 and 65. RGB value is (255,194,101). Sum of RGB (Red+Green+Blue) = 255+194+101=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC265 is #003D9A. Grayscale: #CACACA. Windows color (decimal): -15771 or 6669055. OLE color: 6669055.
HSL color Cylindrical-coordinate representation of color #FFC265: hue angle of 36.23º 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 #FFC265 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 101 | - |
| CMYK | 0 | 0.24 | 0.60 | 0 |
| HSL | 36.23º | 1% | 0.7% | - |
| HSV(B) | 36.23º | 0.6% | 1% | - |
| XYZ | 62.88 | 60.78 | 20.73 | - |
| YUV | 201.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 101 | 0 | 0.24 | 0.60 | 0 | 36.23 | 1 | 0.7 |
| Hex | FF | C2 | 65 | 0 | 18 | 3C | 0 | 24 | 64 | 46 |
| Octal | 377 | 302 | 145 | 0 | 30 | 74 | 0 | 44 | 144 | 106 |
| Binary | 11111111 | 11000010 | 1100101 | 0 | 11000 | 111100 | 0 | 100100 | 1100100 | 1000110 |
Color Harmonies of #FFC265
Complementary color
Monochromatic Colors of #FFC265
Black with #FFC265
Text Example
Text Example
White with #FFC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC265; }
p { color: rgb(255,194,101); }
H1.HeaderClassName
{
color: #FFC265;
}
.AnyTagClassName
{
color: #FFC265;
}
</style>
background-color css
<style>
a { background-color: #FFC265; }
a { background-color: rgb(255,194,101); }
div.DivClassName
{
background-color: #FFC265;
}
.BgClassName
{
background-color: #FFC265;
}
</style>
border-color css
<style>
span { border-color: #FFC265; }
span { border-color: rgb(255,194,101); }
td.TdClassName
{
border-color: #FFC265;
}
.TagClassName
{
border-color: #FFC265;
}
</style>