Shades of Turbo #FFC713
Tints of Turbo #FFC713
RGB
CMYK
RGB Variations
Color information
#FFC713 (or 0xFFC713) is known color: Turbo. HEX triplet: FF, C7 and 13. RGB value is (255,199,19). Sum of RGB (Red+Green+Blue) = 255+199+19=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC713 is #0038EC. Grayscale: #C4C4C4. Windows color (decimal): -14573 or 1296383. OLE color: 1296383.
HSL color Cylindrical-coordinate representation of color #FFC713: hue angle of 45.76º 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 #FFC713 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 19 | - |
| CMYK | 0 | 0.22 | 0.93 | 0 |
| HSL | 45.76º | 1% | 0.54% | - |
| HSV(B) | 45.76º | 0.93% | 1% | - |
| XYZ | 61.78 | 62.15 | 9.36 | - |
| YUV | 195.22 | 28.55 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 19 | 0 | 0.22 | 0.93 | 0 | 45.76 | 1 | 0.54 |
| Hex | FF | C7 | 13 | 0 | 16 | 5D | 0 | 2E | 64 | 36 |
| Octal | 377 | 307 | 23 | 0 | 26 | 135 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11000111 | 10011 | 0 | 10110 | 1011101 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC713
Complementary color
Monochromatic Colors of #FFC713
Black with #FFC713
Text Example
Text Example
White with #FFC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC713; }
p { color: rgb(255,199,19); }
H1.HeaderClassName
{
color: #FFC713;
}
.AnyTagClassName
{
color: #FFC713;
}
</style>
background-color css
<style>
a { background-color: #FFC713; }
a { background-color: rgb(255,199,19); }
div.DivClassName
{
background-color: #FFC713;
}
.BgClassName
{
background-color: #FFC713;
}
</style>
border-color css
<style>
span { border-color: #FFC713; }
span { border-color: rgb(255,199,19); }
td.TdClassName
{
border-color: #FFC713;
}
.TagClassName
{
border-color: #FFC713;
}
</style>