Shades of Turbo #FED516
Tints of Turbo #FED516
RGB
CMYK
RGB Variations
Color information
#FED516 (or 0xFED516) is known color: Turbo. HEX triplet: FE, D5 and 16. RGB value is (254,213,22). Sum of RGB (Red+Green+Blue) = 254+213+22=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 22 (8.98% from 255 or 4.50% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FED516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED516 is #012AE9. Grayscale: #CCCCCC. Windows color (decimal): -76522 or 1496574. OLE color: 1496574.
HSL color Cylindrical-coordinate representation of color #FED516: hue angle of 49.4º 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 #FED516 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.00 |
| HSL | 49.4º | 0.99% | 0.54% | - |
| HSV(B) | 49.4º | 0.91% | 1% | - |
| XYZ | 64.81 | 68.72 | 10.61 | - |
| YUV | 203.49 | 25.58 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 22 | 0 | 0.16 | 0.91 | 0.00 | 49.4 | 0.99 | 0.54 |
| Hex | FE | D5 | 16 | 0 | 10 | 5B | 0 | 31 | 63 | 36 |
| Octal | 376 | 325 | 26 | 0 | 20 | 133 | 0 | 61 | 143 | 66 |
| Binary | 11111110 | 11010101 | 10110 | 0 | 10000 | 1011011 | 0 | 110001 | 1100011 | 110110 |
Color Harmonies of #FED516
Complementary color
Monochromatic Colors of #FED516
Black with #FED516
Text Example
Text Example
White with #FED516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED516; }
p { color: rgb(254,213,22); }
H1.HeaderClassName
{
color: #FED516;
}
.AnyTagClassName
{
color: #FED516;
}
</style>
background-color css
<style>
a { background-color: #FED516; }
a { background-color: rgb(254,213,22); }
div.DivClassName
{
background-color: #FED516;
}
.BgClassName
{
background-color: #FED516;
}
</style>
border-color css
<style>
span { border-color: #FED516; }
span { border-color: rgb(254,213,22); }
td.TdClassName
{
border-color: #FED516;
}
.TagClassName
{
border-color: #FED516;
}
</style>