Shades of Turbo #FED127
Tints of Turbo #FED127
RGB
CMYK
RGB Variations
Color information
#FED127 (or 0xFED127) is known color: Turbo. HEX triplet: FE, D1 and 27. RGB value is (254,209,39). Sum of RGB (Red+Green+Blue) = 254+209+39=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FED127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED127 is #012ED8. Grayscale: #CBCBCB. Windows color (decimal): -77529 or 2609662. OLE color: 2609662.
HSL color Cylindrical-coordinate representation of color #FED127: hue angle of 47.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FED127 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 39 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.00 |
| HSL | 47.44º | 0.99% | 0.57% | - |
| HSV(B) | 47.44º | 0.85% | 1% | - |
| XYZ | 64.04 | 66.82 | 11.44 | - |
| YUV | 203.08 | 35.41 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 39 | 0 | 0.18 | 0.85 | 0.00 | 47.44 | 0.99 | 0.57 |
| Hex | FE | D1 | 27 | 0 | 12 | 55 | 0 | 2F | 63 | 39 |
| Octal | 376 | 321 | 47 | 0 | 22 | 125 | 0 | 57 | 143 | 71 |
| Binary | 11111110 | 11010001 | 100111 | 0 | 10010 | 1010101 | 0 | 101111 | 1100011 | 111001 |
Color Harmonies of #FED127
Complementary color
Monochromatic Colors of #FED127
Black with #FED127
Text Example
Text Example
White with #FED127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED127; }
p { color: rgb(254,209,39); }
H1.HeaderClassName
{
color: #FED127;
}
.AnyTagClassName
{
color: #FED127;
}
</style>
background-color css
<style>
a { background-color: #FED127; }
a { background-color: rgb(254,209,39); }
div.DivClassName
{
background-color: #FED127;
}
.BgClassName
{
background-color: #FED127;
}
</style>
border-color css
<style>
span { border-color: #FED127; }
span { border-color: rgb(254,209,39); }
td.TdClassName
{
border-color: #FED127;
}
.TagClassName
{
border-color: #FED127;
}
</style>