Shades of Turbo #FED617
Tints of Turbo #FED617
RGB
CMYK
RGB Variations
Color information
#FED617 (or 0xFED617) is known color: Turbo. HEX triplet: FE, D6 and 17. RGB value is (254,214,23). Sum of RGB (Red+Green+Blue) = 254+214+23=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 23 (9.38% from 255 or 4.68% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED617 is #0129E8. Grayscale: #CCCCCC. Windows color (decimal): -76265 or 1562366. OLE color: 1562366.
HSL color Cylindrical-coordinate representation of color #FED617: hue angle of 49.61º 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 #FED617 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 23 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.00 |
| HSL | 49.61º | 0.99% | 0.54% | - |
| HSV(B) | 49.61º | 0.91% | 1% | - |
| XYZ | 65.07 | 69.23 | 10.74 | - |
| YUV | 204.19 | 25.75 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 23 | 0 | 0.16 | 0.91 | 0.00 | 49.61 | 0.99 | 0.54 |
| Hex | FE | D6 | 17 | 0 | 10 | 5B | 0 | 32 | 63 | 36 |
| Octal | 376 | 326 | 27 | 0 | 20 | 133 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11010110 | 10111 | 0 | 10000 | 1011011 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED617
Complementary color
Monochromatic Colors of #FED617
Black with #FED617
Text Example
Text Example
White with #FED617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED617; }
p { color: rgb(254,214,23); }
H1.HeaderClassName
{
color: #FED617;
}
.AnyTagClassName
{
color: #FED617;
}
</style>
background-color css
<style>
a { background-color: #FED617; }
a { background-color: rgb(254,214,23); }
div.DivClassName
{
background-color: #FED617;
}
.BgClassName
{
background-color: #FED617;
}
</style>
border-color css
<style>
span { border-color: #FED617; }
span { border-color: rgb(254,214,23); }
td.TdClassName
{
border-color: #FED617;
}
.TagClassName
{
border-color: #FED617;
}
</style>