Shades of Turbo #FED926
Tints of Turbo #FED926
RGB
CMYK
RGB Variations
Color information
#FED926 (or 0xFED926) is known color: Turbo. HEX triplet: FE, D9 and 26. RGB value is (254,217,38). Sum of RGB (Red+Green+Blue) = 254+217+38=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 38 (15.23% from 255 or 7.47% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FED926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED926 is #0126D9. Grayscale: #D0D0D0. Windows color (decimal): -75482 or 2546174. OLE color: 2546174.
HSL color Cylindrical-coordinate representation of color #FED926: hue angle of 49.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FED926 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 38 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.00 |
| HSL | 49.72º | 0.99% | 0.57% | - |
| HSV(B) | 49.72º | 0.85% | 1% | - |
| XYZ | 66.04 | 70.84 | 12.03 | - |
| YUV | 207.66 | 32.26 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 38 | 0 | 0.15 | 0.85 | 0.00 | 49.72 | 0.99 | 0.57 |
| Hex | FE | D9 | 26 | 0 | F | 55 | 0 | 32 | 63 | 39 |
| Octal | 376 | 331 | 46 | 0 | 17 | 125 | 0 | 62 | 143 | 71 |
| Binary | 11111110 | 11011001 | 100110 | 0 | 1111 | 1010101 | 0 | 110010 | 1100011 | 111001 |
Color Harmonies of #FED926
Complementary color
Monochromatic Colors of #FED926
Black with #FED926
Text Example
Text Example
White with #FED926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED926; }
p { color: rgb(254,217,38); }
H1.HeaderClassName
{
color: #FED926;
}
.AnyTagClassName
{
color: #FED926;
}
</style>
background-color css
<style>
a { background-color: #FED926; }
a { background-color: rgb(254,217,38); }
div.DivClassName
{
background-color: #FED926;
}
.BgClassName
{
background-color: #FED926;
}
</style>
border-color css
<style>
span { border-color: #FED926; }
span { border-color: rgb(254,217,38); }
td.TdClassName
{
border-color: #FED926;
}
.TagClassName
{
border-color: #FED926;
}
</style>