Shades of Turbo #FED015
Tints of Turbo #FED015
RGB
CMYK
RGB Variations
Color information
#FED015 (or 0xFED015) is known color: Turbo. HEX triplet: FE, D0 and 15. RGB value is (254,208,21). Sum of RGB (Red+Green+Blue) = 254+208+21=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FED015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED015 is #012FEA. Grayscale: #C9C9C9. Windows color (decimal): -77803 or 1429758. OLE color: 1429758.
HSL color Cylindrical-coordinate representation of color #FED015: hue angle of 48.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FED015 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 21 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.00 |
| HSL | 48.15º | 0.99% | 0.54% | - |
| HSV(B) | 48.15º | 0.92% | 1% | - |
| XYZ | 63.56 | 66.24 | 10.14 | - |
| YUV | 200.44 | 26.74 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 21 | 0 | 0.18 | 0.92 | 0.00 | 48.15 | 0.99 | 0.54 |
| Hex | FE | D0 | 15 | 0 | 12 | 5C | 0 | 30 | 63 | 36 |
| Octal | 376 | 320 | 25 | 0 | 22 | 134 | 0 | 60 | 143 | 66 |
| Binary | 11111110 | 11010000 | 10101 | 0 | 10010 | 1011100 | 0 | 110000 | 1100011 | 110110 |
Color Harmonies of #FED015
Complementary color
Monochromatic Colors of #FED015
Black with #FED015
Text Example
Text Example
White with #FED015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED015; }
p { color: rgb(254,208,21); }
H1.HeaderClassName
{
color: #FED015;
}
.AnyTagClassName
{
color: #FED015;
}
</style>
background-color css
<style>
a { background-color: #FED015; }
a { background-color: rgb(254,208,21); }
div.DivClassName
{
background-color: #FED015;
}
.BgClassName
{
background-color: #FED015;
}
</style>
border-color css
<style>
span { border-color: #FED015; }
span { border-color: rgb(254,208,21); }
td.TdClassName
{
border-color: #FED015;
}
.TagClassName
{
border-color: #FED015;
}
</style>