Shades of Grandis #FEC067
Tints of Grandis #FEC067
RGB
CMYK
RGB Variations
Color information
#FEC067 (or 0xFEC067) is known color: Grandis. HEX triplet: FE, C0 and 67. RGB value is (254,192,103). Sum of RGB (Red+Green+Blue) = 254+192+103=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC067 is #013F98. Grayscale: #C8C8C8. Windows color (decimal): -81817 or 6799614. OLE color: 6799614.
HSL color Cylindrical-coordinate representation of color #FEC067: hue angle of 35.36º 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 #FEC067 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 103 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.00 |
| HSL | 35.36º | 0.99% | 0.7% | - |
| HSV(B) | 35.36º | 0.59% | 1% | - |
| XYZ | 62.17 | 59.75 | 21.09 | - |
| YUV | 200.39 | 73.04 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 103 | 0 | 0.24 | 0.59 | 0.00 | 35.36 | 0.99 | 0.7 |
| Hex | FE | C0 | 67 | 0 | 18 | 3B | 0 | 23 | 63 | 46 |
| Octal | 376 | 300 | 147 | 0 | 30 | 73 | 0 | 43 | 143 | 106 |
| Binary | 11111110 | 11000000 | 1100111 | 0 | 11000 | 111011 | 0 | 100011 | 1100011 | 1000110 |
Color Harmonies of #FEC067
Complementary color
Monochromatic Colors of #FEC067
Black with #FEC067
Text Example
Text Example
White with #FEC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC067; }
p { color: rgb(254,192,103); }
H1.HeaderClassName
{
color: #FEC067;
}
.AnyTagClassName
{
color: #FEC067;
}
</style>
background-color css
<style>
a { background-color: #FEC067; }
a { background-color: rgb(254,192,103); }
div.DivClassName
{
background-color: #FEC067;
}
.BgClassName
{
background-color: #FEC067;
}
</style>
border-color css
<style>
span { border-color: #FEC067; }
span { border-color: rgb(254,192,103); }
td.TdClassName
{
border-color: #FEC067;
}
.TagClassName
{
border-color: #FEC067;
}
</style>