Shades of Turbo #FFC814
Tints of Turbo #FFC814
RGB
CMYK
RGB Variations
Color information
#FFC814 (or 0xFFC814) is known color: Turbo. HEX triplet: FF, C8 and 14. RGB value is (255,200,20). Sum of RGB (Red+Green+Blue) = 255+200+20=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC814 is #0037EB. Grayscale: #C4C4C4. Windows color (decimal): -14316 or 1362175. OLE color: 1362175.
HSL color Cylindrical-coordinate representation of color #FFC814: hue angle of 45.96º 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 #FFC814 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0 |
| HSL | 45.96º | 1% | 0.54% | - |
| HSV(B) | 45.96º | 0.92% | 1% | - |
| XYZ | 62.02 | 62.62 | 9.48 | - |
| YUV | 195.93 | 28.72 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 20 | 0 | 0.22 | 0.92 | 0 | 45.96 | 1 | 0.54 |
| Hex | FF | C8 | 14 | 0 | 16 | 5C | 0 | 2E | 64 | 36 |
| Octal | 377 | 310 | 24 | 0 | 26 | 134 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001000 | 10100 | 0 | 10110 | 1011100 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC814
Complementary color
Monochromatic Colors of #FFC814
Black with #FFC814
Text Example
Text Example
White with #FFC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC814; }
p { color: rgb(255,200,20); }
H1.HeaderClassName
{
color: #FFC814;
}
.AnyTagClassName
{
color: #FFC814;
}
</style>
background-color css
<style>
a { background-color: #FFC814; }
a { background-color: rgb(255,200,20); }
div.DivClassName
{
background-color: #FFC814;
}
.BgClassName
{
background-color: #FFC814;
}
</style>
border-color css
<style>
span { border-color: #FFC814; }
span { border-color: rgb(255,200,20); }
td.TdClassName
{
border-color: #FFC814;
}
.TagClassName
{
border-color: #FFC814;
}
</style>