Shades of Grandis #FFC46A
Tints of Grandis #FFC46A
RGB
CMYK
RGB Variations
Color information
#FFC46A (or 0xFFC46A) is known color: Grandis. HEX triplet: FF, C4 and 6A. RGB value is (255,196,106). Sum of RGB (Red+Green+Blue) = 255+196+106=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC46A is #003B95. Grayscale: #CBCBCB. Windows color (decimal): -15254 or 6997247. OLE color: 6997247.
HSL color Cylindrical-coordinate representation of color #FFC46A: hue angle of 36.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC46A is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 106 | - |
| CMYK | 0 | 0.23 | 0.58 | 0 |
| HSL | 36.24º | 1% | 0.71% | - |
| HSV(B) | 36.24º | 0.58% | 1% | - |
| XYZ | 63.58 | 61.78 | 22.21 | - |
| YUV | 203.38 | 73.05 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 106 | 0 | 0.23 | 0.58 | 0 | 36.24 | 1 | 0.71 |
| Hex | FF | C4 | 6A | 0 | 17 | 3A | 0 | 24 | 64 | 47 |
| Octal | 377 | 304 | 152 | 0 | 27 | 72 | 0 | 44 | 144 | 107 |
| Binary | 11111111 | 11000100 | 1101010 | 0 | 10111 | 111010 | 0 | 100100 | 1100100 | 1000111 |
Color Harmonies of #FFC46A
Complementary color
Monochromatic Colors of #FFC46A
Black with #FFC46A
Text Example
Text Example
White with #FFC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC46A; }
p { color: rgb(255,196,106); }
H1.HeaderClassName
{
color: #FFC46A;
}
.AnyTagClassName
{
color: #FFC46A;
}
</style>
background-color css
<style>
a { background-color: #FFC46A; }
a { background-color: rgb(255,196,106); }
div.DivClassName
{
background-color: #FFC46A;
}
.BgClassName
{
background-color: #FFC46A;
}
</style>
border-color css
<style>
span { border-color: #FFC46A; }
span { border-color: rgb(255,196,106); }
td.TdClassName
{
border-color: #FFC46A;
}
.TagClassName
{
border-color: #FFC46A;
}
</style>