Shades of Turbo #F4CB21
Tints of Turbo #F4CB21
RGB
CMYK
RGB Variations
Color information
#F4CB21 (or 0xF4CB21) is known color: Turbo. HEX triplet: F4, CB and 21. RGB value is (244,203,33). Sum of RGB (Red+Green+Blue) = 244+203+33=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CB21 is #0B34DE. Grayscale: #C4C4C4. Windows color (decimal): -734431 or 2214900. OLE color: 2214900.
HSL color Cylindrical-coordinate representation of color #F4CB21: hue angle of 48.34º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4CB21 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 33 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.04 |
| HSL | 48.34º | 0.91% | 0.54% | - |
| HSV(B) | 48.34º | 0.86% | 0.96% | - |
| XYZ | 58.94 | 62.05 | 10.31 | - |
| YUV | 195.88 | 36.08 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 33 | 0 | 0.17 | 0.86 | 0.04 | 48.34 | 0.91 | 0.54 |
| Hex | F4 | CB | 21 | 0 | 11 | 56 | 4 | 30 | 5B | 36 |
| Octal | 364 | 313 | 41 | 0 | 21 | 126 | 4 | 60 | 133 | 66 |
| Binary | 11110100 | 11001011 | 100001 | 0 | 10001 | 1010110 | 100 | 110000 | 1011011 | 110110 |
Color Harmonies of #F4CB21
Complementary color
Monochromatic Colors of #F4CB21
Black with #F4CB21
Text Example
Text Example
White with #F4CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB21; }
p { color: rgb(244,203,33); }
H1.HeaderClassName
{
color: #F4CB21;
}
.AnyTagClassName
{
color: #F4CB21;
}
</style>
background-color css
<style>
a { background-color: #F4CB21; }
a { background-color: rgb(244,203,33); }
div.DivClassName
{
background-color: #F4CB21;
}
.BgClassName
{
background-color: #F4CB21;
}
</style>
border-color css
<style>
span { border-color: #F4CB21; }
span { border-color: rgb(244,203,33); }
td.TdClassName
{
border-color: #F4CB21;
}
.TagClassName
{
border-color: #F4CB21;
}
</style>