Shades of Grandis #FECF7A
Tints of Grandis #FECF7A
RGB
CMYK
RGB Variations
Color information
#FECF7A (or 0xFECF7A) is known color: Grandis. HEX triplet: FE, CF and 7A. RGB value is (254,207,122). Sum of RGB (Red+Green+Blue) = 254+207+122=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF7A is #013085. Grayscale: #D3D3D3. Windows color (decimal): -77958 or 8048638. OLE color: 8048638.
HSL color Cylindrical-coordinate representation of color #FECF7A: hue angle of 38.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FECF7A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 122 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.00 |
| HSL | 38.64º | 0.99% | 0.74% | - |
| HSV(B) | 38.64º | 0.52% | 1% | - |
| XYZ | 66.7 | 67.1 | 27.85 | - |
| YUV | 211.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 122 | 0 | 0.19 | 0.52 | 0.00 | 38.64 | 0.99 | 0.74 |
| Hex | FE | CF | 7A | 0 | 13 | 34 | 0 | 27 | 63 | 4A |
| Octal | 376 | 317 | 172 | 0 | 23 | 64 | 0 | 47 | 143 | 112 |
| Binary | 11111110 | 11001111 | 1111010 | 0 | 10011 | 110100 | 0 | 100111 | 1100011 | 1001010 |
Color Harmonies of #FECF7A
Complementary color
Monochromatic Colors of #FECF7A
Black with #FECF7A
Text Example
Text Example
White with #FECF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF7A; }
p { color: rgb(254,207,122); }
H1.HeaderClassName
{
color: #FECF7A;
}
.AnyTagClassName
{
color: #FECF7A;
}
</style>
background-color css
<style>
a { background-color: #FECF7A; }
a { background-color: rgb(254,207,122); }
div.DivClassName
{
background-color: #FECF7A;
}
.BgClassName
{
background-color: #FECF7A;
}
</style>
border-color css
<style>
span { border-color: #FECF7A; }
span { border-color: rgb(254,207,122); }
td.TdClassName
{
border-color: #FECF7A;
}
.TagClassName
{
border-color: #FECF7A;
}
</style>