Shades of Grandis #FFD46F
Tints of Grandis #FFD46F
RGB
CMYK
RGB Variations
Color information
#FFD46F (or 0xFFD46F) is known color: Grandis. HEX triplet: FF, D4 and 6F. RGB value is (255,212,111). Sum of RGB (Red+Green+Blue) = 255+212+111=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD46F is #002B90. Grayscale: #D5D5D5. Windows color (decimal): -11153 or 7329023. OLE color: 7329023.
HSL color Cylindrical-coordinate representation of color #FFD46F: hue angle of 42.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFD46F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 111 | - |
| CMYK | 0 | 0.17 | 0.56 | 0 |
| HSL | 42.08º | 1% | 0.72% | - |
| HSV(B) | 42.08º | 0.56% | 1% | - |
| XYZ | 67.65 | 69.49 | 24.89 | - |
| YUV | 213.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 111 | 0 | 0.17 | 0.56 | 0 | 42.08 | 1 | 0.72 |
| Hex | FF | D4 | 6F | 0 | 11 | 38 | 0 | 2A | 64 | 48 |
| Octal | 377 | 324 | 157 | 0 | 21 | 70 | 0 | 52 | 144 | 110 |
| Binary | 11111111 | 11010100 | 1101111 | 0 | 10001 | 111000 | 0 | 101010 | 1100100 | 1001000 |
Color Harmonies of #FFD46F
Complementary color
Monochromatic Colors of #FFD46F
Black with #FFD46F
Text Example
Text Example
White with #FFD46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD46F; }
p { color: rgb(255,212,111); }
H1.HeaderClassName
{
color: #FFD46F;
}
.AnyTagClassName
{
color: #FFD46F;
}
</style>
background-color css
<style>
a { background-color: #FFD46F; }
a { background-color: rgb(255,212,111); }
div.DivClassName
{
background-color: #FFD46F;
}
.BgClassName
{
background-color: #FFD46F;
}
</style>
border-color css
<style>
span { border-color: #FFD46F; }
span { border-color: rgb(255,212,111); }
td.TdClassName
{
border-color: #FFD46F;
}
.TagClassName
{
border-color: #FFD46F;
}
</style>