Shades of Turbo #FFC818
Tints of Turbo #FFC818
RGB
CMYK
RGB Variations
Color information
#FFC818 (or 0xFFC818) is known color: Turbo. HEX triplet: FF, C8 and 18. RGB value is (255,200,24). Sum of RGB (Red+Green+Blue) = 255+200+24=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC818 is #0037E7. Grayscale: #C5C5C5. Windows color (decimal): -14312 or 1624319. OLE color: 1624319.
HSL color Cylindrical-coordinate representation of color #FFC818: hue angle of 45.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFC818 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 24 | - |
| CMYK | 0 | 0.22 | 0.91 | 0 |
| HSL | 45.71º | 1% | 0.55% | - |
| HSV(B) | 45.71º | 0.91% | 1% | - |
| XYZ | 62.06 | 62.63 | 9.68 | - |
| YUV | 196.38 | 30.72 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 24 | 0 | 0.22 | 0.91 | 0 | 45.71 | 1 | 0.55 |
| Hex | FF | C8 | 18 | 0 | 16 | 5B | 0 | 2E | 64 | 37 |
| Octal | 377 | 310 | 30 | 0 | 26 | 133 | 0 | 56 | 144 | 67 |
| Binary | 11111111 | 11001000 | 11000 | 0 | 10110 | 1011011 | 0 | 101110 | 1100100 | 110111 |
Color Harmonies of #FFC818
Complementary color
Monochromatic Colors of #FFC818
Black with #FFC818
Text Example
Text Example
White with #FFC818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC818; }
p { color: rgb(255,200,24); }
H1.HeaderClassName
{
color: #FFC818;
}
.AnyTagClassName
{
color: #FFC818;
}
</style>
background-color css
<style>
a { background-color: #FFC818; }
a { background-color: rgb(255,200,24); }
div.DivClassName
{
background-color: #FFC818;
}
.BgClassName
{
background-color: #FFC818;
}
</style>
border-color css
<style>
span { border-color: #FFC818; }
span { border-color: rgb(255,200,24); }
td.TdClassName
{
border-color: #FFC818;
}
.TagClassName
{
border-color: #FFC818;
}
</style>