Shades of Turbo #FED519
Tints of Turbo #FED519
RGB
CMYK
RGB Variations
Color information
#FED519 (or 0xFED519) is known color: Turbo. HEX triplet: FE, D5 and 19. RGB value is (254,213,25). Sum of RGB (Red+Green+Blue) = 254+213+25=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 25 (10.16% from 255 or 5.08% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FED519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED519 is #012AE6. Grayscale: #CCCCCC. Windows color (decimal): -76519 or 1693182. OLE color: 1693182.
HSL color Cylindrical-coordinate representation of color #FED519: hue angle of 49.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FED519 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.00 |
| HSL | 49.26º | 0.99% | 0.55% | - |
| HSV(B) | 49.26º | 0.9% | 1% | - |
| XYZ | 64.84 | 68.73 | 10.77 | - |
| YUV | 203.83 | 27.08 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 25 | 0 | 0.16 | 0.90 | 0.00 | 49.26 | 0.99 | 0.55 |
| Hex | FE | D5 | 19 | 0 | 10 | 5A | 0 | 31 | 63 | 37 |
| Octal | 376 | 325 | 31 | 0 | 20 | 132 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010101 | 11001 | 0 | 10000 | 1011010 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED519
Complementary color
Monochromatic Colors of #FED519
Black with #FED519
Text Example
Text Example
White with #FED519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED519; }
p { color: rgb(254,213,25); }
H1.HeaderClassName
{
color: #FED519;
}
.AnyTagClassName
{
color: #FED519;
}
</style>
background-color css
<style>
a { background-color: #FED519; }
a { background-color: rgb(254,213,25); }
div.DivClassName
{
background-color: #FED519;
}
.BgClassName
{
background-color: #FED519;
}
</style>
border-color css
<style>
span { border-color: #FED519; }
span { border-color: rgb(254,213,25); }
td.TdClassName
{
border-color: #FED519;
}
.TagClassName
{
border-color: #FED519;
}
</style>