Shades of Turbo #FED118
Tints of Turbo #FED118
RGB
CMYK
RGB Variations
Color information
#FED118 (or 0xFED118) is known color: Turbo. HEX triplet: FE, D1 and 18. RGB value is (254,209,24). Sum of RGB (Red+Green+Blue) = 254+209+24=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FED118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED118 is #012EE7. Grayscale: #CACACA. Windows color (decimal): -77544 or 1626622. OLE color: 1626622.
HSL color Cylindrical-coordinate representation of color #FED118: hue angle of 48.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FED118 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 24 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.00 |
| HSL | 48.26º | 0.99% | 0.55% | - |
| HSV(B) | 48.26º | 0.91% | 1% | - |
| XYZ | 63.84 | 66.74 | 10.38 | - |
| YUV | 201.37 | 27.91 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 24 | 0 | 0.18 | 0.91 | 0.00 | 48.26 | 0.99 | 0.55 |
| Hex | FE | D1 | 18 | 0 | 12 | 5B | 0 | 30 | 63 | 37 |
| Octal | 376 | 321 | 30 | 0 | 22 | 133 | 0 | 60 | 143 | 67 |
| Binary | 11111110 | 11010001 | 11000 | 0 | 10010 | 1011011 | 0 | 110000 | 1100011 | 110111 |
Color Harmonies of #FED118
Complementary color
Monochromatic Colors of #FED118
Black with #FED118
Text Example
Text Example
White with #FED118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED118; }
p { color: rgb(254,209,24); }
H1.HeaderClassName
{
color: #FED118;
}
.AnyTagClassName
{
color: #FED118;
}
</style>
background-color css
<style>
a { background-color: #FED118; }
a { background-color: rgb(254,209,24); }
div.DivClassName
{
background-color: #FED118;
}
.BgClassName
{
background-color: #FED118;
}
</style>
border-color css
<style>
span { border-color: #FED118; }
span { border-color: rgb(254,209,24); }
td.TdClassName
{
border-color: #FED118;
}
.TagClassName
{
border-color: #FED118;
}
</style>