Shades of Turbo #FECA13
Tints of Turbo #FECA13
RGB
CMYK
RGB Variations
Color information
#FECA13 (or 0xFECA13) is known color: Turbo. HEX triplet: FE, CA and 13. RGB value is (254,202,19). Sum of RGB (Red+Green+Blue) = 254+202+19=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA13 is #0135EC. Grayscale: #C5C5C5. Windows color (decimal): -79341 or 1297150. OLE color: 1297150.
HSL color Cylindrical-coordinate representation of color #FECA13: hue angle of 46.72º 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 #FECA13 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 19 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 46.72º | 0.99% | 0.54% | - |
| HSV(B) | 46.72º | 0.93% | 1% | - |
| XYZ | 62.11 | 63.36 | 9.57 | - |
| YUV | 196.69 | 27.73 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 19 | 0 | 0.20 | 0.93 | 0.00 | 46.72 | 0.99 | 0.54 |
| Hex | FE | CA | 13 | 0 | 14 | 5D | 0 | 2F | 63 | 36 |
| Octal | 376 | 312 | 23 | 0 | 24 | 135 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001010 | 10011 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECA13
Complementary color
Monochromatic Colors of #FECA13
Black with #FECA13
Text Example
Text Example
White with #FECA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA13; }
p { color: rgb(254,202,19); }
H1.HeaderClassName
{
color: #FECA13;
}
.AnyTagClassName
{
color: #FECA13;
}
</style>
background-color css
<style>
a { background-color: #FECA13; }
a { background-color: rgb(254,202,19); }
div.DivClassName
{
background-color: #FECA13;
}
.BgClassName
{
background-color: #FECA13;
}
</style>
border-color css
<style>
span { border-color: #FECA13; }
span { border-color: rgb(254,202,19); }
td.TdClassName
{
border-color: #FECA13;
}
.TagClassName
{
border-color: #FECA13;
}
</style>