Shades of Grandis #FFC76E
Tints of Grandis #FFC76E
RGB
CMYK
RGB Variations
Color information
#FFC76E (or 0xFFC76E) is known color: Grandis. HEX triplet: FF, C7 and 6E. RGB value is (255,199,110). Sum of RGB (Red+Green+Blue) = 255+199+110=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC76E is #003891. Grayscale: #CECECE. Windows color (decimal): -14482 or 7260159. OLE color: 7260159.
HSL color Cylindrical-coordinate representation of color #FFC76E: hue angle of 36.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC76E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 199 | 110 | - |
CMYK | 0 | 0.22 | 0.57 | 0 |
HSL | 36.83º | 1% | 0.72% | - |
HSV(B) | 36.83º | 0.57% | 1% | - |
XYZ | 64.48 | 63.23 | 23.56 | - |
YUV | 205.6 | 74.05 | 163.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 199 | 110 | 0 | 0.22 | 0.57 | 0 | 36.83 | 1 | 0.72 |
Hex | FF | C7 | 6E | 0 | 16 | 39 | 0 | 25 | 64 | 48 |
Octal | 377 | 307 | 156 | 0 | 26 | 71 | 0 | 45 | 144 | 110 |
Binary | 11111111 | 11000111 | 1101110 | 0 | 10110 | 111001 | 0 | 100101 | 1100100 | 1001000 |
Color Harmonies of #FFC76E
Complementary color
Monochromatic Colors of #FFC76E
Black with #FFC76E
Text Example
Text Example
White with #FFC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC76E; }
p { color: rgb(255,199,110); }
H1.HeaderClassName
{
color: #FFC76E;
}
.AnyTagClassName
{
color: #FFC76E;
}
</style>
background-color css
<style>
a { background-color: #FFC76E; }
a { background-color: rgb(255,199,110); }
div.DivClassName
{
background-color: #FFC76E;
}
.BgClassName
{
background-color: #FFC76E;
}
</style>
border-color css
<style>
span { border-color: #FFC76E; }
span { border-color: rgb(255,199,110); }
td.TdClassName
{
border-color: #FFC76E;
}
.TagClassName
{
border-color: #FFC76E;
}
</style>