Shades of Turbo #FED817
Tints of Turbo #FED817
RGB
CMYK
RGB Variations
Color information
#FED817 (or 0xFED817) is known color: Turbo. HEX triplet: FE, D8 and 17. RGB value is (254,216,23). Sum of RGB (Red+Green+Blue) = 254+216+23=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 23 (9.38% from 255 or 4.67% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED817 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED817 is #0127E8. Grayscale: #CECECE. Windows color (decimal): -75753 or 1562878. OLE color: 1562878.
HSL color Cylindrical-coordinate representation of color #FED817: hue angle of 50.13º 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 #FED817 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 23 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.00 |
| HSL | 50.13º | 0.99% | 0.54% | - |
| HSV(B) | 50.13º | 0.91% | 1% | - |
| XYZ | 65.58 | 70.24 | 10.91 | - |
| YUV | 205.36 | 25.09 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 23 | 0 | 0.15 | 0.91 | 0.00 | 50.13 | 0.99 | 0.54 |
| Hex | FE | D8 | 17 | 0 | F | 5B | 0 | 32 | 63 | 36 |
| Octal | 376 | 330 | 27 | 0 | 17 | 133 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11011000 | 10111 | 0 | 1111 | 1011011 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED817
Complementary color
Monochromatic Colors of #FED817
Black with #FED817
Text Example
Text Example
White with #FED817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED817; }
p { color: rgb(254,216,23); }
H1.HeaderClassName
{
color: #FED817;
}
.AnyTagClassName
{
color: #FED817;
}
</style>
background-color css
<style>
a { background-color: #FED817; }
a { background-color: rgb(254,216,23); }
div.DivClassName
{
background-color: #FED817;
}
.BgClassName
{
background-color: #FED817;
}
</style>
border-color css
<style>
span { border-color: #FED817; }
span { border-color: rgb(254,216,23); }
td.TdClassName
{
border-color: #FED817;
}
.TagClassName
{
border-color: #FED817;
}
</style>