Shades of Turbo #FFC914
Tints of Turbo #FFC914
RGB
CMYK
RGB Variations
Color information
#FFC914 (or 0xFFC914) is known color: Turbo. HEX triplet: FF, C9 and 14. RGB value is (255,201,20). Sum of RGB (Red+Green+Blue) = 255+201+20=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC914 is #0036EB. Grayscale: #C5C5C5. Windows color (decimal): -14060 or 1362431. OLE color: 1362431.
HSL color Cylindrical-coordinate representation of color #FFC914: hue angle of 46.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFC914 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0 |
| HSL | 46.21º | 1% | 0.54% | - |
| HSV(B) | 46.21º | 0.92% | 1% | - |
| XYZ | 62.25 | 63.08 | 9.56 | - |
| YUV | 196.51 | 28.39 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 20 | 0 | 0.21 | 0.92 | 0 | 46.21 | 1 | 0.54 |
| Hex | FF | C9 | 14 | 0 | 15 | 5C | 0 | 2E | 64 | 36 |
| Octal | 377 | 311 | 24 | 0 | 25 | 134 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001001 | 10100 | 0 | 10101 | 1011100 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC914
Complementary color
Monochromatic Colors of #FFC914
Black with #FFC914
Text Example
Text Example
White with #FFC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC914; }
p { color: rgb(255,201,20); }
H1.HeaderClassName
{
color: #FFC914;
}
.AnyTagClassName
{
color: #FFC914;
}
</style>
background-color css
<style>
a { background-color: #FFC914; }
a { background-color: rgb(255,201,20); }
div.DivClassName
{
background-color: #FFC914;
}
.BgClassName
{
background-color: #FFC914;
}
</style>
border-color css
<style>
span { border-color: #FFC914; }
span { border-color: rgb(255,201,20); }
td.TdClassName
{
border-color: #FFC914;
}
.TagClassName
{
border-color: #FFC914;
}
</style>