Shades of Turbo #FEC813
Tints of Turbo #FEC813
RGB
CMYK
RGB Variations
Color information
#FEC813 (or 0xFEC813) is known color: Turbo. HEX triplet: FE, C8 and 13. RGB value is (254,200,19). Sum of RGB (Red+Green+Blue) = 254+200+19=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC813 is #0137EC. Grayscale: #C4C4C4. Windows color (decimal): -79853 or 1296638. OLE color: 1296638.
HSL color Cylindrical-coordinate representation of color #FEC813: hue angle of 46.21º 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 #FEC813 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 19 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.00 |
| HSL | 46.21º | 0.99% | 0.54% | - |
| HSV(B) | 46.21º | 0.93% | 1% | - |
| XYZ | 61.64 | 62.43 | 9.42 | - |
| YUV | 195.51 | 28.39 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 19 | 0 | 0.21 | 0.93 | 0.00 | 46.21 | 0.99 | 0.54 |
| Hex | FE | C8 | 13 | 0 | 15 | 5D | 0 | 2E | 63 | 36 |
| Octal | 376 | 310 | 23 | 0 | 25 | 135 | 0 | 56 | 143 | 66 |
| Binary | 11111110 | 11001000 | 10011 | 0 | 10101 | 1011101 | 0 | 101110 | 1100011 | 110110 |
Color Harmonies of #FEC813
Complementary color
Monochromatic Colors of #FEC813
Black with #FEC813
Text Example
Text Example
White with #FEC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC813; }
p { color: rgb(254,200,19); }
H1.HeaderClassName
{
color: #FEC813;
}
.AnyTagClassName
{
color: #FEC813;
}
</style>
background-color css
<style>
a { background-color: #FEC813; }
a { background-color: rgb(254,200,19); }
div.DivClassName
{
background-color: #FEC813;
}
.BgClassName
{
background-color: #FEC813;
}
</style>
border-color css
<style>
span { border-color: #FEC813; }
span { border-color: rgb(254,200,19); }
td.TdClassName
{
border-color: #FEC813;
}
.TagClassName
{
border-color: #FEC813;
}
</style>