Shades of Turbo #FED017
Tints of Turbo #FED017
RGB
CMYK
RGB Variations
Color information
#FED017 (or 0xFED017) is known color: Turbo. HEX triplet: FE, D0 and 17. RGB value is (254,208,23). Sum of RGB (Red+Green+Blue) = 254+208+23=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED017 is #012FE8. Grayscale: #C9C9C9. Windows color (decimal): -77801 or 1560830. OLE color: 1560830.
HSL color Cylindrical-coordinate representation of color #FED017: hue angle of 48.05º 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 #FED017 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 23 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.00 |
| HSL | 48.05º | 0.99% | 0.54% | - |
| HSV(B) | 48.05º | 0.91% | 1% | - |
| XYZ | 63.58 | 66.24 | 10.25 | - |
| YUV | 200.66 | 27.74 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 23 | 0 | 0.18 | 0.91 | 0.00 | 48.05 | 0.99 | 0.54 |
| Hex | FE | D0 | 17 | 0 | 12 | 5B | 0 | 30 | 63 | 36 |
| Octal | 376 | 320 | 27 | 0 | 22 | 133 | 0 | 60 | 143 | 66 |
| Binary | 11111110 | 11010000 | 10111 | 0 | 10010 | 1011011 | 0 | 110000 | 1100011 | 110110 |
Color Harmonies of #FED017
Complementary color
Monochromatic Colors of #FED017
Black with #FED017
Text Example
Text Example
White with #FED017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED017; }
p { color: rgb(254,208,23); }
H1.HeaderClassName
{
color: #FED017;
}
.AnyTagClassName
{
color: #FED017;
}
</style>
background-color css
<style>
a { background-color: #FED017; }
a { background-color: rgb(254,208,23); }
div.DivClassName
{
background-color: #FED017;
}
.BgClassName
{
background-color: #FED017;
}
</style>
border-color css
<style>
span { border-color: #FED017; }
span { border-color: rgb(254,208,23); }
td.TdClassName
{
border-color: #FED017;
}
.TagClassName
{
border-color: #FED017;
}
</style>