Shades of Turbo #FFC815
Tints of Turbo #FFC815
RGB
CMYK
RGB Variations
Color information
#FFC815 (or 0xFFC815) is known color: Turbo. HEX triplet: FF, C8 and 15. RGB value is (255,200,21). Sum of RGB (Red+Green+Blue) = 255+200+21=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC815 is #0037EA. Grayscale: #C4C4C4. Windows color (decimal): -14315 or 1427711. OLE color: 1427711.
HSL color Cylindrical-coordinate representation of color #FFC815: hue angle of 45.9º 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 #FFC815 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 21 | - |
| CMYK | 0 | 0.22 | 0.92 | 0 |
| HSL | 45.9º | 1% | 0.54% | - |
| HSV(B) | 45.9º | 0.92% | 1% | - |
| XYZ | 62.03 | 62.62 | 9.53 | - |
| YUV | 196.04 | 29.22 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 21 | 0 | 0.22 | 0.92 | 0 | 45.9 | 1 | 0.54 |
| Hex | FF | C8 | 15 | 0 | 16 | 5C | 0 | 2E | 64 | 36 |
| Octal | 377 | 310 | 25 | 0 | 26 | 134 | 0 | 56 | 144 | 66 |
| Binary | 11111111 | 11001000 | 10101 | 0 | 10110 | 1011100 | 0 | 101110 | 1100100 | 110110 |
Color Harmonies of #FFC815
Complementary color
Monochromatic Colors of #FFC815
Black with #FFC815
Text Example
Text Example
White with #FFC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC815; }
p { color: rgb(255,200,21); }
H1.HeaderClassName
{
color: #FFC815;
}
.AnyTagClassName
{
color: #FFC815;
}
</style>
background-color css
<style>
a { background-color: #FFC815; }
a { background-color: rgb(255,200,21); }
div.DivClassName
{
background-color: #FFC815;
}
.BgClassName
{
background-color: #FFC815;
}
</style>
border-color css
<style>
span { border-color: #FFC815; }
span { border-color: rgb(255,200,21); }
td.TdClassName
{
border-color: #FFC815;
}
.TagClassName
{
border-color: #FFC815;
}
</style>