Shades of Turbo #FED128
Tints of Turbo #FED128
RGB
CMYK
RGB Variations
Color information
#FED128 (or 0xFED128) is known color: Turbo. HEX triplet: FE, D1 and 28. RGB value is (254,209,40). Sum of RGB (Red+Green+Blue) = 254+209+40=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED128 is #012ED7. Grayscale: #CBCBCB. Windows color (decimal): -77528 or 2675198. OLE color: 2675198.
HSL color Cylindrical-coordinate representation of color #FED128: hue angle of 47.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FED128 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.00 |
| HSL | 47.38º | 0.99% | 0.58% | - |
| HSV(B) | 47.38º | 0.84% | 1% | - |
| XYZ | 64.06 | 66.82 | 11.53 | - |
| YUV | 203.19 | 35.91 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 40 | 0 | 0.18 | 0.84 | 0.00 | 47.38 | 0.99 | 0.58 |
| Hex | FE | D1 | 28 | 0 | 12 | 54 | 0 | 2F | 63 | 3A |
| Octal | 376 | 321 | 50 | 0 | 22 | 124 | 0 | 57 | 143 | 72 |
| Binary | 11111110 | 11010001 | 101000 | 0 | 10010 | 1010100 | 0 | 101111 | 1100011 | 111010 |
Color Harmonies of #FED128
Complementary color
Monochromatic Colors of #FED128
Black with #FED128
Text Example
Text Example
White with #FED128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED128; }
p { color: rgb(254,209,40); }
H1.HeaderClassName
{
color: #FED128;
}
.AnyTagClassName
{
color: #FED128;
}
</style>
background-color css
<style>
a { background-color: #FED128; }
a { background-color: rgb(254,209,40); }
div.DivClassName
{
background-color: #FED128;
}
.BgClassName
{
background-color: #FED128;
}
</style>
border-color css
<style>
span { border-color: #FED128; }
span { border-color: rgb(254,209,40); }
td.TdClassName
{
border-color: #FED128;
}
.TagClassName
{
border-color: #FED128;
}
</style>