Shades of Grandis #FECA67
Tints of Grandis #FECA67
RGB
CMYK
RGB Variations
Color information
#FECA67 (or 0xFECA67) is known color: Grandis. HEX triplet: FE, CA and 67. RGB value is (254,202,103). Sum of RGB (Red+Green+Blue) = 254+202+103=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA67 is #013598. Grayscale: #CECECE. Windows color (decimal): -79257 or 6802174. OLE color: 6802174.
HSL color Cylindrical-coordinate representation of color #FECA67: hue angle of 39.34º 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 #FECA67 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 103 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.00 |
| HSL | 39.34º | 0.99% | 0.7% | - |
| HSV(B) | 39.34º | 0.59% | 1% | - |
| XYZ | 64.44 | 64.29 | 21.84 | - |
| YUV | 206.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 103 | 0 | 0.20 | 0.59 | 0.00 | 39.34 | 0.99 | 0.7 |
| Hex | FE | CA | 67 | 0 | 14 | 3B | 0 | 27 | 63 | 46 |
| Octal | 376 | 312 | 147 | 0 | 24 | 73 | 0 | 47 | 143 | 106 |
| Binary | 11111110 | 11001010 | 1100111 | 0 | 10100 | 111011 | 0 | 100111 | 1100011 | 1000110 |
Color Harmonies of #FECA67
Complementary color
Monochromatic Colors of #FECA67
Black with #FECA67
Text Example
Text Example
White with #FECA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA67; }
p { color: rgb(254,202,103); }
H1.HeaderClassName
{
color: #FECA67;
}
.AnyTagClassName
{
color: #FECA67;
}
</style>
background-color css
<style>
a { background-color: #FECA67; }
a { background-color: rgb(254,202,103); }
div.DivClassName
{
background-color: #FECA67;
}
.BgClassName
{
background-color: #FECA67;
}
</style>
border-color css
<style>
span { border-color: #FECA67; }
span { border-color: rgb(254,202,103); }
td.TdClassName
{
border-color: #FECA67;
}
.TagClassName
{
border-color: #FECA67;
}
</style>