Shades of Turbo #FED419
Tints of Turbo #FED419
RGB
CMYK
RGB Variations
Color information
#FED419 (or 0xFED419) is known color: Turbo. HEX triplet: FE, D4 and 19. RGB value is (254,212,25). Sum of RGB (Red+Green+Blue) = 254+212+25=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED419 is #012BE6. Grayscale: #CCCCCC. Windows color (decimal): -76775 or 1692926. OLE color: 1692926.
HSL color Cylindrical-coordinate representation of color #FED419: hue angle of 49º 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 #FED419 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 25 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.00 |
| HSL | 49º | 0.99% | 0.55% | - |
| HSV(B) | 49º | 0.9% | 1% | - |
| XYZ | 64.59 | 68.23 | 10.68 | - |
| YUV | 203.24 | 27.41 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 25 | 0 | 0.17 | 0.90 | 0.00 | 49 | 0.99 | 0.55 |
| Hex | FE | D4 | 19 | 0 | 11 | 5A | 0 | 31 | 63 | 37 |
| Octal | 376 | 324 | 31 | 0 | 21 | 132 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010100 | 11001 | 0 | 10001 | 1011010 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED419
Complementary color
Monochromatic Colors of #FED419
Black with #FED419
Text Example
Text Example
White with #FED419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED419; }
p { color: rgb(254,212,25); }
H1.HeaderClassName
{
color: #FED419;
}
.AnyTagClassName
{
color: #FED419;
}
</style>
background-color css
<style>
a { background-color: #FED419; }
a { background-color: rgb(254,212,25); }
div.DivClassName
{
background-color: #FED419;
}
.BgClassName
{
background-color: #FED419;
}
</style>
border-color css
<style>
span { border-color: #FED419; }
span { border-color: rgb(254,212,25); }
td.TdClassName
{
border-color: #FED419;
}
.TagClassName
{
border-color: #FED419;
}
</style>