Shades of Turbo #FECE13
Tints of Turbo #FECE13
RGB
CMYK
RGB Variations
Color information
#FECE13 (or 0xFECE13) is known color: Turbo. HEX triplet: FE, CE and 13. RGB value is (254,206,19). Sum of RGB (Red+Green+Blue) = 254+206+19=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE13 is #0131EC. Grayscale: #C7C7C7. Windows color (decimal): -78317 or 1298174. OLE color: 1298174.
HSL color Cylindrical-coordinate representation of color #FECE13: hue angle of 47.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FECE13 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 19 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.00 |
| HSL | 47.74º | 0.99% | 0.54% | - |
| HSV(B) | 47.74º | 0.93% | 1% | - |
| XYZ | 63.06 | 65.26 | 9.89 | - |
| YUV | 199.03 | 26.4 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 19 | 0 | 0.19 | 0.93 | 0.00 | 47.74 | 0.99 | 0.54 |
| Hex | FE | CE | 13 | 0 | 13 | 5D | 0 | 30 | 63 | 36 |
| Octal | 376 | 316 | 23 | 0 | 23 | 135 | 0 | 60 | 143 | 66 |
| Binary | 11111110 | 11001110 | 10011 | 0 | 10011 | 1011101 | 0 | 110000 | 1100011 | 110110 |
Color Harmonies of #FECE13
Complementary color
Monochromatic Colors of #FECE13
Black with #FECE13
Text Example
Text Example
White with #FECE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE13; }
p { color: rgb(254,206,19); }
H1.HeaderClassName
{
color: #FECE13;
}
.AnyTagClassName
{
color: #FECE13;
}
</style>
background-color css
<style>
a { background-color: #FECE13; }
a { background-color: rgb(254,206,19); }
div.DivClassName
{
background-color: #FECE13;
}
.BgClassName
{
background-color: #FECE13;
}
</style>
border-color css
<style>
span { border-color: #FECE13; }
span { border-color: rgb(254,206,19); }
td.TdClassName
{
border-color: #FECE13;
}
.TagClassName
{
border-color: #FECE13;
}
</style>