Shades of Turbo #FECA15
Tints of Turbo #FECA15
RGB
CMYK
RGB Variations
Color information
#FECA15 (or 0xFECA15) is known color: Turbo. HEX triplet: FE, CA and 15. RGB value is (254,202,21). Sum of RGB (Red+Green+Blue) = 254+202+21=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA15 is #0135EA. Grayscale: #C5C5C5. Windows color (decimal): -79339 or 1428222. OLE color: 1428222.
HSL color Cylindrical-coordinate representation of color #FECA15: hue angle of 46.61º 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 #FECA15 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 21 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.00 |
| HSL | 46.61º | 0.99% | 0.54% | - |
| HSV(B) | 46.61º | 0.92% | 1% | - |
| XYZ | 62.13 | 63.37 | 9.67 | - |
| YUV | 196.91 | 28.73 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 21 | 0 | 0.20 | 0.92 | 0.00 | 46.61 | 0.99 | 0.54 |
| Hex | FE | CA | 15 | 0 | 14 | 5C | 0 | 2F | 63 | 36 |
| Octal | 376 | 312 | 25 | 0 | 24 | 134 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001010 | 10101 | 0 | 10100 | 1011100 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECA15
Complementary color
Monochromatic Colors of #FECA15
Black with #FECA15
Text Example
Text Example
White with #FECA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA15; }
p { color: rgb(254,202,21); }
H1.HeaderClassName
{
color: #FECA15;
}
.AnyTagClassName
{
color: #FECA15;
}
</style>
background-color css
<style>
a { background-color: #FECA15; }
a { background-color: rgb(254,202,21); }
div.DivClassName
{
background-color: #FECA15;
}
.BgClassName
{
background-color: #FECA15;
}
</style>
border-color css
<style>
span { border-color: #FECA15; }
span { border-color: rgb(254,202,21); }
td.TdClassName
{
border-color: #FECA15;
}
.TagClassName
{
border-color: #FECA15;
}
</style>