Shades of Turbo #FED41A
Tints of Turbo #FED41A
RGB
CMYK
RGB Variations
Color information
#FED41A (or 0xFED41A) is known color: Turbo. HEX triplet: FE, D4 and 1A. RGB value is (254,212,26). Sum of RGB (Red+Green+Blue) = 254+212+26=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FED41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED41A is #012BE5. Grayscale: #CCCCCC. Windows color (decimal): -76774 or 1758462. OLE color: 1758462.
HSL color Cylindrical-coordinate representation of color #FED41A: hue angle of 48.95º 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 #FED41A is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 26 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.00 |
| HSL | 48.95º | 0.99% | 0.55% | - |
| HSV(B) | 48.95º | 0.9% | 1% | - |
| XYZ | 64.6 | 68.23 | 10.74 | - |
| YUV | 203.35 | 27.91 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 26 | 0 | 0.17 | 0.90 | 0.00 | 48.95 | 0.99 | 0.55 |
| Hex | FE | D4 | 1A | 0 | 11 | 5A | 0 | 31 | 63 | 37 |
| Octal | 376 | 324 | 32 | 0 | 21 | 132 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010100 | 11010 | 0 | 10001 | 1011010 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED41A
Complementary color
Monochromatic Colors of #FED41A
Black with #FED41A
Text Example
Text Example
White with #FED41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED41A; }
p { color: rgb(254,212,26); }
H1.HeaderClassName
{
color: #FED41A;
}
.AnyTagClassName
{
color: #FED41A;
}
</style>
background-color css
<style>
a { background-color: #FED41A; }
a { background-color: rgb(254,212,26); }
div.DivClassName
{
background-color: #FED41A;
}
.BgClassName
{
background-color: #FED41A;
}
</style>
border-color css
<style>
span { border-color: #FED41A; }
span { border-color: rgb(254,212,26); }
td.TdClassName
{
border-color: #FED41A;
}
.TagClassName
{
border-color: #FED41A;
}
</style>