Shades of Turbo #FED517
Tints of Turbo #FED517
RGB
CMYK
RGB Variations
Color information
#FED517 (or 0xFED517) is known color: Turbo. HEX triplet: FE, D5 and 17. RGB value is (254,213,23). Sum of RGB (Red+Green+Blue) = 254+213+23=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 23 (9.38% from 255 or 4.69% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FED517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED517 is #012AE8. Grayscale: #CCCCCC. Windows color (decimal): -76521 or 1562110. OLE color: 1562110.
HSL color Cylindrical-coordinate representation of color #FED517: hue angle of 49.35º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FED517 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 23 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.00 |
| HSL | 49.35º | 0.99% | 0.54% | - |
| HSV(B) | 49.35º | 0.91% | 1% | - |
| XYZ | 64.82 | 68.72 | 10.66 | - |
| YUV | 203.6 | 26.08 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 23 | 0 | 0.16 | 0.91 | 0.00 | 49.35 | 0.99 | 0.54 |
| Hex | FE | D5 | 17 | 0 | 10 | 5B | 0 | 31 | 63 | 36 |
| Octal | 376 | 325 | 27 | 0 | 20 | 133 | 0 | 61 | 143 | 66 |
| Binary | 11111110 | 11010101 | 10111 | 0 | 10000 | 1011011 | 0 | 110001 | 1100011 | 110110 |
Color Harmonies of #FED517
Complementary color
Monochromatic Colors of #FED517
Black with #FED517
Text Example
Text Example
White with #FED517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED517; }
p { color: rgb(254,213,23); }
H1.HeaderClassName
{
color: #FED517;
}
.AnyTagClassName
{
color: #FED517;
}
</style>
background-color css
<style>
a { background-color: #FED517; }
a { background-color: rgb(254,213,23); }
div.DivClassName
{
background-color: #FED517;
}
.BgClassName
{
background-color: #FED517;
}
</style>
border-color css
<style>
span { border-color: #FED517; }
span { border-color: rgb(254,213,23); }
td.TdClassName
{
border-color: #FED517;
}
.TagClassName
{
border-color: #FED517;
}
</style>