Shades of Turbo #FFCF13
Tints of Turbo #FFCF13
RGB
CMYK
RGB Variations
Color information
#FFCF13 (or 0xFFCF13) is known color: Turbo. HEX triplet: FF, CF and 13. RGB value is (255,207,19). Sum of RGB (Red+Green+Blue) = 255+207+19=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF13 is #0030EC. Grayscale: #C8C8C8. Windows color (decimal): -12525 or 1298431. OLE color: 1298431.
HSL color Cylindrical-coordinate representation of color #FFCF13: hue angle of 47.8º 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 #FFCF13 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 19 | - |
| CMYK | 0 | 0.19 | 0.93 | 0 |
| HSL | 47.8º | 1% | 0.54% | - |
| HSV(B) | 47.8º | 0.93% | 1% | - |
| XYZ | 63.67 | 65.93 | 9.99 | - |
| YUV | 199.92 | 25.9 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 19 | 0 | 0.19 | 0.93 | 0 | 47.8 | 1 | 0.54 |
| Hex | FF | CF | 13 | 0 | 13 | 5D | 0 | 30 | 64 | 36 |
| Octal | 377 | 317 | 23 | 0 | 23 | 135 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11001111 | 10011 | 0 | 10011 | 1011101 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFCF13
Complementary color
Monochromatic Colors of #FFCF13
Black with #FFCF13
Text Example
Text Example
White with #FFCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF13; }
p { color: rgb(255,207,19); }
H1.HeaderClassName
{
color: #FFCF13;
}
.AnyTagClassName
{
color: #FFCF13;
}
</style>
background-color css
<style>
a { background-color: #FFCF13; }
a { background-color: rgb(255,207,19); }
div.DivClassName
{
background-color: #FFCF13;
}
.BgClassName
{
background-color: #FFCF13;
}
</style>
border-color css
<style>
span { border-color: #FFCF13; }
span { border-color: rgb(255,207,19); }
td.TdClassName
{
border-color: #FFCF13;
}
.TagClassName
{
border-color: #FFCF13;
}
</style>