Shades of Turbo #F4CB1E
Tints of Turbo #F4CB1E
RGB
CMYK
RGB Variations
Color information
#F4CB1E (or 0xF4CB1E) is known color: Turbo. HEX triplet: F4, CB and 1E. RGB value is (244,203,30). Sum of RGB (Red+Green+Blue) = 244+203+30=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CB1E is #0B34E1. Grayscale: #C4C4C4. Windows color (decimal): -734434 or 2018292. OLE color: 2018292.
HSL color Cylindrical-coordinate representation of color #F4CB1E: hue angle of 48.5º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4CB1E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 30 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.04 |
| HSL | 48.5º | 0.91% | 0.54% | - |
| HSV(B) | 48.5º | 0.88% | 0.96% | - |
| XYZ | 58.9 | 62.04 | 10.1 | - |
| YUV | 195.54 | 34.58 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 30 | 0 | 0.17 | 0.88 | 0.04 | 48.5 | 0.91 | 0.54 |
| Hex | F4 | CB | 1E | 0 | 11 | 58 | 4 | 31 | 5B | 36 |
| Octal | 364 | 313 | 36 | 0 | 21 | 130 | 4 | 61 | 133 | 66 |
| Binary | 11110100 | 11001011 | 11110 | 0 | 10001 | 1011000 | 100 | 110001 | 1011011 | 110110 |
Color Harmonies of #F4CB1E
Complementary color
Monochromatic Colors of #F4CB1E
Black with #F4CB1E
Text Example
Text Example
White with #F4CB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB1E; }
p { color: rgb(244,203,30); }
H1.HeaderClassName
{
color: #F4CB1E;
}
.AnyTagClassName
{
color: #F4CB1E;
}
</style>
background-color css
<style>
a { background-color: #F4CB1E; }
a { background-color: rgb(244,203,30); }
div.DivClassName
{
background-color: #F4CB1E;
}
.BgClassName
{
background-color: #F4CB1E;
}
</style>
border-color css
<style>
span { border-color: #F4CB1E; }
span { border-color: rgb(244,203,30); }
td.TdClassName
{
border-color: #F4CB1E;
}
.TagClassName
{
border-color: #F4CB1E;
}
</style>