Shades of Grandis #FED26F
Tints of Grandis #FED26F
RGB
CMYK
RGB Variations
Color information
#FED26F (or 0xFED26F) is known color: Grandis. HEX triplet: FE, D2 and 6F. RGB value is (254,210,111). Sum of RGB (Red+Green+Blue) = 254+210+111=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 111 (43.75% from 255 or 19.30% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FED26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED26F is #012D90. Grayscale: #D4D4D4. Windows color (decimal): -77201 or 7328510. OLE color: 7328510.
HSL color Cylindrical-coordinate representation of color #FED26F: hue angle of 41.54º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FED26F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 111 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.00 |
| HSL | 41.54º | 0.99% | 0.72% | - |
| HSV(B) | 41.54º | 0.56% | 1% | - |
| XYZ | 66.79 | 68.31 | 24.7 | - |
| YUV | 211.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 111 | 0 | 0.17 | 0.56 | 0.00 | 41.54 | 0.99 | 0.72 |
| Hex | FE | D2 | 6F | 0 | 11 | 38 | 0 | 2A | 63 | 48 |
| Octal | 376 | 322 | 157 | 0 | 21 | 70 | 0 | 52 | 143 | 110 |
| Binary | 11111110 | 11010010 | 1101111 | 0 | 10001 | 111000 | 0 | 101010 | 1100011 | 1001000 |
Color Harmonies of #FED26F
Complementary color
Monochromatic Colors of #FED26F
Black with #FED26F
Text Example
Text Example
White with #FED26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED26F; }
p { color: rgb(254,210,111); }
H1.HeaderClassName
{
color: #FED26F;
}
.AnyTagClassName
{
color: #FED26F;
}
</style>
background-color css
<style>
a { background-color: #FED26F; }
a { background-color: rgb(254,210,111); }
div.DivClassName
{
background-color: #FED26F;
}
.BgClassName
{
background-color: #FED26F;
}
</style>
border-color css
<style>
span { border-color: #FED26F; }
span { border-color: rgb(254,210,111); }
td.TdClassName
{
border-color: #FED26F;
}
.TagClassName
{
border-color: #FED26F;
}
</style>