Shades of Turbo #FED41D
Tints of Turbo #FED41D
RGB
CMYK
RGB Variations
Color information
#FED41D (or 0xFED41D) is known color: Turbo. HEX triplet: FE, D4 and 1D. RGB value is (254,212,29). Sum of RGB (Red+Green+Blue) = 254+212+29=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FED41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED41D is #012BE2. Grayscale: #CCCCCC. Windows color (decimal): -76771 or 1955070. OLE color: 1955070.
HSL color Cylindrical-coordinate representation of color #FED41D: hue angle of 48.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FED41D is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 29 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.00 |
| HSL | 48.8º | 0.99% | 0.55% | - |
| HSV(B) | 48.8º | 0.89% | 1% | - |
| XYZ | 64.64 | 68.25 | 10.93 | - |
| YUV | 203.7 | 29.41 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 29 | 0 | 0.17 | 0.89 | 0.00 | 48.8 | 0.99 | 0.55 |
| Hex | FE | D4 | 1D | 0 | 11 | 59 | 0 | 31 | 63 | 37 |
| Octal | 376 | 324 | 35 | 0 | 21 | 131 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010100 | 11101 | 0 | 10001 | 1011001 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED41D
Complementary color
Monochromatic Colors of #FED41D
Black with #FED41D
Text Example
Text Example
White with #FED41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED41D; }
p { color: rgb(254,212,29); }
H1.HeaderClassName
{
color: #FED41D;
}
.AnyTagClassName
{
color: #FED41D;
}
</style>
background-color css
<style>
a { background-color: #FED41D; }
a { background-color: rgb(254,212,29); }
div.DivClassName
{
background-color: #FED41D;
}
.BgClassName
{
background-color: #FED41D;
}
</style>
border-color css
<style>
span { border-color: #FED41D; }
span { border-color: rgb(254,212,29); }
td.TdClassName
{
border-color: #FED41D;
}
.TagClassName
{
border-color: #FED41D;
}
</style>