Shades of Turbo #FED616
Tints of Turbo #FED616
RGB
CMYK
RGB Variations
Color information
#FED616 (or 0xFED616) is known color: Turbo. HEX triplet: FE, D6 and 16. RGB value is (254,214,22). Sum of RGB (Red+Green+Blue) = 254+214+22=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FED616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED616 is #0129E9. Grayscale: #CCCCCC. Windows color (decimal): -76266 or 1496830. OLE color: 1496830.
HSL color Cylindrical-coordinate representation of color #FED616: hue angle of 49.66º 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 #FED616 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.00 |
| HSL | 49.66º | 0.99% | 0.54% | - |
| HSV(B) | 49.66º | 0.91% | 1% | - |
| XYZ | 65.06 | 69.22 | 10.69 | - |
| YUV | 204.07 | 25.25 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 22 | 0 | 0.16 | 0.91 | 0.00 | 49.66 | 0.99 | 0.54 |
| Hex | FE | D6 | 16 | 0 | 10 | 5B | 0 | 32 | 63 | 36 |
| Octal | 376 | 326 | 26 | 0 | 20 | 133 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11010110 | 10110 | 0 | 10000 | 1011011 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED616
Complementary color
Monochromatic Colors of #FED616
Black with #FED616
Text Example
Text Example
White with #FED616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED616; }
p { color: rgb(254,214,22); }
H1.HeaderClassName
{
color: #FED616;
}
.AnyTagClassName
{
color: #FED616;
}
</style>
background-color css
<style>
a { background-color: #FED616; }
a { background-color: rgb(254,214,22); }
div.DivClassName
{
background-color: #FED616;
}
.BgClassName
{
background-color: #FED616;
}
</style>
border-color css
<style>
span { border-color: #FED616; }
span { border-color: rgb(254,214,22); }
td.TdClassName
{
border-color: #FED616;
}
.TagClassName
{
border-color: #FED616;
}
</style>