Shades of Grandis #FECC67
Tints of Grandis #FECC67
RGB
CMYK
RGB Variations
Color information
#FECC67 (or 0xFECC67) is known color: Grandis. HEX triplet: FE, CC and 67. RGB value is (254,204,103). Sum of RGB (Red+Green+Blue) = 254+204+103=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC67 is #013398. Grayscale: #CFCFCF. Windows color (decimal): -78745 or 6802686. OLE color: 6802686.
HSL color Cylindrical-coordinate representation of color #FECC67: hue angle of 40.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FECC67 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 103 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.00 |
| HSL | 40.13º | 0.99% | 0.7% | - |
| HSV(B) | 40.13º | 0.59% | 1% | - |
| XYZ | 64.91 | 65.24 | 22 | - |
| YUV | 207.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 103 | 0 | 0.20 | 0.59 | 0.00 | 40.13 | 0.99 | 0.7 |
| Hex | FE | CC | 67 | 0 | 14 | 3B | 0 | 28 | 63 | 46 |
| Octal | 376 | 314 | 147 | 0 | 24 | 73 | 0 | 50 | 143 | 106 |
| Binary | 11111110 | 11001100 | 1100111 | 0 | 10100 | 111011 | 0 | 101000 | 1100011 | 1000110 |
Color Harmonies of #FECC67
Complementary color
Monochromatic Colors of #FECC67
Black with #FECC67
Text Example
Text Example
White with #FECC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC67; }
p { color: rgb(254,204,103); }
H1.HeaderClassName
{
color: #FECC67;
}
.AnyTagClassName
{
color: #FECC67;
}
</style>
background-color css
<style>
a { background-color: #FECC67; }
a { background-color: rgb(254,204,103); }
div.DivClassName
{
background-color: #FECC67;
}
.BgClassName
{
background-color: #FECC67;
}
</style>
border-color css
<style>
span { border-color: #FECC67; }
span { border-color: rgb(254,204,103); }
td.TdClassName
{
border-color: #FECC67;
}
.TagClassName
{
border-color: #FECC67;
}
</style>