Shades of Turbo #F5CB16
Tints of Turbo #F5CB16
RGB
CMYK
RGB Variations
Color information
#F5CB16 (or 0xF5CB16) is known color: Turbo. HEX triplet: F5, CB and 16. RGB value is (245,203,22). Sum of RGB (Red+Green+Blue) = 245+203+22=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CB16 is #0A34E9. Grayscale: #C3C3C3. Windows color (decimal): -668906 or 1494005. OLE color: 1494005.
HSL color Cylindrical-coordinate representation of color #F5CB16: hue angle of 48.7º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5CB16 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 22 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.04 |
| HSL | 48.7º | 0.92% | 0.52% | - |
| HSV(B) | 48.7º | 0.91% | 0.96% | - |
| XYZ | 59.16 | 62.18 | 9.64 | - |
| YUV | 194.92 | 30.41 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 22 | 0 | 0.17 | 0.91 | 0.04 | 48.7 | 0.92 | 0.52 |
| Hex | F5 | CB | 16 | 0 | 11 | 5B | 4 | 31 | 5C | 34 |
| Octal | 365 | 313 | 26 | 0 | 21 | 133 | 4 | 61 | 134 | 64 |
| Binary | 11110101 | 11001011 | 10110 | 0 | 10001 | 1011011 | 100 | 110001 | 1011100 | 110100 |
Color Harmonies of #F5CB16
Complementary color
Monochromatic Colors of #F5CB16
Black with #F5CB16
Text Example
Text Example
White with #F5CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB16; }
p { color: rgb(245,203,22); }
H1.HeaderClassName
{
color: #F5CB16;
}
.AnyTagClassName
{
color: #F5CB16;
}
</style>
background-color css
<style>
a { background-color: #F5CB16; }
a { background-color: rgb(245,203,22); }
div.DivClassName
{
background-color: #F5CB16;
}
.BgClassName
{
background-color: #F5CB16;
}
</style>
border-color css
<style>
span { border-color: #F5CB16; }
span { border-color: rgb(245,203,22); }
td.TdClassName
{
border-color: #F5CB16;
}
.TagClassName
{
border-color: #F5CB16;
}
</style>