Shades of Turbo #FED11D
Tints of Turbo #FED11D
RGB
CMYK
RGB Variations
Color information
#FED11D (or 0xFED11D) is known color: Turbo. HEX triplet: FE, D1 and 1D. RGB value is (254,209,29). Sum of RGB (Red+Green+Blue) = 254+209+29=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FED11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED11D is #012EE2. Grayscale: #CACACA. Windows color (decimal): -77539 or 1954302. OLE color: 1954302.
HSL color Cylindrical-coordinate representation of color #FED11D: hue angle of 48º 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 #FED11D is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 29 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.00 |
| HSL | 48º | 0.99% | 0.55% | - |
| HSV(B) | 48º | 0.89% | 1% | - |
| XYZ | 63.9 | 66.76 | 10.68 | - |
| YUV | 201.94 | 30.41 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 29 | 0 | 0.18 | 0.89 | 0.00 | 48 | 0.99 | 0.55 |
| Hex | FE | D1 | 1D | 0 | 12 | 59 | 0 | 30 | 63 | 37 |
| Octal | 376 | 321 | 35 | 0 | 22 | 131 | 0 | 60 | 143 | 67 |
| Binary | 11111110 | 11010001 | 11101 | 0 | 10010 | 1011001 | 0 | 110000 | 1100011 | 110111 |
Color Harmonies of #FED11D
Complementary color
Monochromatic Colors of #FED11D
Black with #FED11D
Text Example
Text Example
White with #FED11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED11D; }
p { color: rgb(254,209,29); }
H1.HeaderClassName
{
color: #FED11D;
}
.AnyTagClassName
{
color: #FED11D;
}
</style>
background-color css
<style>
a { background-color: #FED11D; }
a { background-color: rgb(254,209,29); }
div.DivClassName
{
background-color: #FED11D;
}
.BgClassName
{
background-color: #FED11D;
}
</style>
border-color css
<style>
span { border-color: #FED11D; }
span { border-color: rgb(254,209,29); }
td.TdClassName
{
border-color: #FED11D;
}
.TagClassName
{
border-color: #FED11D;
}
</style>