Shades of Turbo #FED11F
Tints of Turbo #FED11F
RGB
CMYK
RGB Variations
Color information
#FED11F (or 0xFED11F) is known color: Turbo. HEX triplet: FE, D1 and 1F. RGB value is (254,209,31). Sum of RGB (Red+Green+Blue) = 254+209+31=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FED11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED11F is #012EE0. Grayscale: #CACACA. Windows color (decimal): -77537 or 2085374. OLE color: 2085374.
HSL color Cylindrical-coordinate representation of color #FED11F: hue angle of 47.89º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FED11F is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 31 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.00 |
| HSL | 47.89º | 0.99% | 0.56% | - |
| HSV(B) | 47.89º | 0.88% | 1% | - |
| XYZ | 63.92 | 66.77 | 10.82 | - |
| YUV | 202.16 | 31.41 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 31 | 0 | 0.18 | 0.88 | 0.00 | 47.89 | 0.99 | 0.56 |
| Hex | FE | D1 | 1F | 0 | 12 | 58 | 0 | 30 | 63 | 38 |
| Octal | 376 | 321 | 37 | 0 | 22 | 130 | 0 | 60 | 143 | 70 |
| Binary | 11111110 | 11010001 | 11111 | 0 | 10010 | 1011000 | 0 | 110000 | 1100011 | 111000 |
Color Harmonies of #FED11F
Complementary color
Monochromatic Colors of #FED11F
Black with #FED11F
Text Example
Text Example
White with #FED11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED11F; }
p { color: rgb(254,209,31); }
H1.HeaderClassName
{
color: #FED11F;
}
.AnyTagClassName
{
color: #FED11F;
}
</style>
background-color css
<style>
a { background-color: #FED11F; }
a { background-color: rgb(254,209,31); }
div.DivClassName
{
background-color: #FED11F;
}
.BgClassName
{
background-color: #FED11F;
}
</style>
border-color css
<style>
span { border-color: #FED11F; }
span { border-color: rgb(254,209,31); }
td.TdClassName
{
border-color: #FED11F;
}
.TagClassName
{
border-color: #FED11F;
}
</style>