Shades of Turbo #FFC913
Tints of Turbo #FFC913
RGB
CMYK
RGB Variations
Color information
#FFC913 (or 0xFFC913) is known color: Turbo. HEX triplet: FF, C9 and 13. RGB value is (255,201,19). Sum of RGB (Red+Green+Blue) = 255+201+19=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC913 is #0036EC. Grayscale: #C5C5C5. Windows color (decimal): -14061 or 1296895. OLE color: 1296895.
HSL color Cylindrical-coordinate representation of color #FFC913: hue angle of 46.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFC913 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 19 | - |
| CMYK | 0 | 0.21 | 0.93 | 0 |
| HSL | 46.27º | 1% | 0.54% | - |
| HSV(B) | 46.27º | 0.93% | 1% | - |
| XYZ | 62.24 | 63.08 | 9.51 | - |
| YUV | 196.4 | 27.89 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 19 | 0 | 0.21 | 0.93 | 0 | 46.27 | 1 | 0.54 |
| Hex | FF | C9 | 13 | 0 | 15 | 5D | 0 | 2E | 64 | 36 |
| Octal | 377 | 311 | 23 | 0 | 25 | 135 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001001 | 10011 | 0 | 10101 | 1011101 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC913
Complementary color
Monochromatic Colors of #FFC913
Black with #FFC913
Text Example
Text Example
White with #FFC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC913; }
p { color: rgb(255,201,19); }
H1.HeaderClassName
{
color: #FFC913;
}
.AnyTagClassName
{
color: #FFC913;
}
</style>
background-color css
<style>
a { background-color: #FFC913; }
a { background-color: rgb(255,201,19); }
div.DivClassName
{
background-color: #FFC913;
}
.BgClassName
{
background-color: #FFC913;
}
</style>
border-color css
<style>
span { border-color: #FFC913; }
span { border-color: rgb(255,201,19); }
td.TdClassName
{
border-color: #FFC913;
}
.TagClassName
{
border-color: #FFC913;
}
</style>