Shades of Grandis #FECD67
Tints of Grandis #FECD67
RGB
CMYK
RGB Variations
Color information
#FECD67 (or 0xFECD67) is known color: Grandis. HEX triplet: FE, CD and 67. RGB value is (254,205,103). Sum of RGB (Red+Green+Blue) = 254+205+103=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD67 is #013298. Grayscale: #D0D0D0. Windows color (decimal): -78489 or 6802942. OLE color: 6802942.
HSL color Cylindrical-coordinate representation of color #FECD67: hue angle of 40.53º 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 #FECD67 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 103 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.00 |
| HSL | 40.53º | 0.99% | 0.7% | - |
| HSV(B) | 40.53º | 0.59% | 1% | - |
| XYZ | 65.15 | 65.71 | 22.08 | - |
| YUV | 208.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 103 | 0 | 0.19 | 0.59 | 0.00 | 40.53 | 0.99 | 0.7 |
| Hex | FE | CD | 67 | 0 | 13 | 3B | 0 | 29 | 63 | 46 |
| Octal | 376 | 315 | 147 | 0 | 23 | 73 | 0 | 51 | 143 | 106 |
| Binary | 11111110 | 11001101 | 1100111 | 0 | 10011 | 111011 | 0 | 101001 | 1100011 | 1000110 |
Color Harmonies of #FECD67
Complementary color
Monochromatic Colors of #FECD67
Black with #FECD67
Text Example
Text Example
White with #FECD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD67; }
p { color: rgb(254,205,103); }
H1.HeaderClassName
{
color: #FECD67;
}
.AnyTagClassName
{
color: #FECD67;
}
</style>
background-color css
<style>
a { background-color: #FECD67; }
a { background-color: rgb(254,205,103); }
div.DivClassName
{
background-color: #FECD67;
}
.BgClassName
{
background-color: #FECD67;
}
</style>
border-color css
<style>
span { border-color: #FECD67; }
span { border-color: rgb(254,205,103); }
td.TdClassName
{
border-color: #FECD67;
}
.TagClassName
{
border-color: #FECD67;
}
</style>