Shades of Turbo #F5CB22
Tints of Turbo #F5CB22
RGB
CMYK
RGB Variations
Color information
#F5CB22 (or 0xF5CB22) is known color: Turbo. HEX triplet: F5, CB and 22. RGB value is (245,203,34). Sum of RGB (Red+Green+Blue) = 245+203+34=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB22 is #0A34DD. Grayscale: #C5C5C5. Windows color (decimal): -668894 or 2280437. OLE color: 2280437.
HSL color Cylindrical-coordinate representation of color #F5CB22: hue angle of 48.06º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5CB22 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 34 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.04 |
| HSL | 48.06º | 0.91% | 0.55% | - |
| HSV(B) | 48.06º | 0.86% | 0.96% | - |
| XYZ | 59.3 | 62.24 | 10.4 | - |
| YUV | 196.29 | 36.41 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 34 | 0 | 0.17 | 0.86 | 0.04 | 48.06 | 0.91 | 0.55 |
| Hex | F5 | CB | 22 | 0 | 11 | 56 | 4 | 30 | 5B | 37 |
| Octal | 365 | 313 | 42 | 0 | 21 | 126 | 4 | 60 | 133 | 67 |
| Binary | 11110101 | 11001011 | 100010 | 0 | 10001 | 1010110 | 100 | 110000 | 1011011 | 110111 |
Color Harmonies of #F5CB22
Complementary color
Monochromatic Colors of #F5CB22
Black with #F5CB22
Text Example
Text Example
White with #F5CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB22; }
p { color: rgb(245,203,34); }
H1.HeaderClassName
{
color: #F5CB22;
}
.AnyTagClassName
{
color: #F5CB22;
}
</style>
background-color css
<style>
a { background-color: #F5CB22; }
a { background-color: rgb(245,203,34); }
div.DivClassName
{
background-color: #F5CB22;
}
.BgClassName
{
background-color: #F5CB22;
}
</style>
border-color css
<style>
span { border-color: #F5CB22; }
span { border-color: rgb(245,203,34); }
td.TdClassName
{
border-color: #F5CB22;
}
.TagClassName
{
border-color: #F5CB22;
}
</style>