Shades of Grandis #FFC46D
Tints of Grandis #FFC46D
RGB
CMYK
RGB Variations
Color information
#FFC46D (or 0xFFC46D) is known color: Grandis. HEX triplet: FF, C4 and 6D. RGB value is (255,196,109). Sum of RGB (Red+Green+Blue) = 255+196+109=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC46D is #003B92. Grayscale: #CCCCCC. Windows color (decimal): -15251 or 7193855. OLE color: 7193855.
HSL color Cylindrical-coordinate representation of color #FFC46D: hue angle of 35.75º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC46D is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 109 | - |
| CMYK | 0 | 0.23 | 0.57 | 0 |
| HSL | 35.75º | 1% | 0.71% | - |
| HSV(B) | 35.75º | 0.57% | 1% | - |
| XYZ | 63.74 | 61.84 | 23.05 | - |
| YUV | 203.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 109 | 0 | 0.23 | 0.57 | 0 | 35.75 | 1 | 0.71 |
| Hex | FF | C4 | 6D | 0 | 17 | 39 | 0 | 24 | 64 | 47 |
| Octal | 377 | 304 | 155 | 0 | 27 | 71 | 0 | 44 | 144 | 107 |
| Binary | 11111111 | 11000100 | 1101101 | 0 | 10111 | 111001 | 0 | 100100 | 1100100 | 1000111 |
Color Harmonies of #FFC46D
Complementary color
Monochromatic Colors of #FFC46D
Black with #FFC46D
Text Example
Text Example
White with #FFC46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC46D; }
p { color: rgb(255,196,109); }
H1.HeaderClassName
{
color: #FFC46D;
}
.AnyTagClassName
{
color: #FFC46D;
}
</style>
background-color css
<style>
a { background-color: #FFC46D; }
a { background-color: rgb(255,196,109); }
div.DivClassName
{
background-color: #FFC46D;
}
.BgClassName
{
background-color: #FFC46D;
}
</style>
border-color css
<style>
span { border-color: #FFC46D; }
span { border-color: rgb(255,196,109); }
td.TdClassName
{
border-color: #FFC46D;
}
.TagClassName
{
border-color: #FFC46D;
}
</style>