Shades of Turbo #FED716
Tints of Turbo #FED716
RGB
CMYK
RGB Variations
Color information
#FED716 (or 0xFED716) is known color: Turbo. HEX triplet: FE, D7 and 16. RGB value is (254,215,22). Sum of RGB (Red+Green+Blue) = 254+215+22=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED716 is #0128E9. Grayscale: #CDCDCD. Windows color (decimal): -76010 or 1497086. OLE color: 1497086.
HSL color Cylindrical-coordinate representation of color #FED716: hue angle of 49.91º 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 #FED716 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.00 |
| HSL | 49.91º | 0.99% | 0.54% | - |
| HSV(B) | 49.91º | 0.91% | 1% | - |
| XYZ | 65.32 | 69.73 | 10.78 | - |
| YUV | 204.66 | 24.92 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 22 | 0 | 0.15 | 0.91 | 0.00 | 49.91 | 0.99 | 0.54 |
| Hex | FE | D7 | 16 | 0 | F | 5B | 0 | 32 | 63 | 36 |
| Octal | 376 | 327 | 26 | 0 | 17 | 133 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11010111 | 10110 | 0 | 1111 | 1011011 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED716
Complementary color
Monochromatic Colors of #FED716
Black with #FED716
Text Example
Text Example
White with #FED716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED716; }
p { color: rgb(254,215,22); }
H1.HeaderClassName
{
color: #FED716;
}
.AnyTagClassName
{
color: #FED716;
}
</style>
background-color css
<style>
a { background-color: #FED716; }
a { background-color: rgb(254,215,22); }
div.DivClassName
{
background-color: #FED716;
}
.BgClassName
{
background-color: #FED716;
}
</style>
border-color css
<style>
span { border-color: #FED716; }
span { border-color: rgb(254,215,22); }
td.TdClassName
{
border-color: #FED716;
}
.TagClassName
{
border-color: #FED716;
}
</style>