Shades of Turbo #F4CA1E
Tints of Turbo #F4CA1E
RGB
CMYK
RGB Variations
Color information
#F4CA1E (or 0xF4CA1E) is known color: Turbo. HEX triplet: F4, CA and 1E. RGB value is (244,202,30). Sum of RGB (Red+Green+Blue) = 244+202+30=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA1E is #0B35E1. Grayscale: #C3C3C3. Windows color (decimal): -734690 or 2018036. OLE color: 2018036.
HSL color Cylindrical-coordinate representation of color #F4CA1E: hue angle of 48.22º 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 #F4CA1E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 30 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.04 |
| HSL | 48.22º | 0.91% | 0.54% | - |
| HSV(B) | 48.22º | 0.88% | 0.96% | - |
| XYZ | 58.66 | 61.57 | 10.02 | - |
| YUV | 194.95 | 34.91 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 30 | 0 | 0.17 | 0.88 | 0.04 | 48.22 | 0.91 | 0.54 |
| Hex | F4 | CA | 1E | 0 | 11 | 58 | 4 | 30 | 5B | 36 |
| Octal | 364 | 312 | 36 | 0 | 21 | 130 | 4 | 60 | 133 | 66 |
| Binary | 11110100 | 11001010 | 11110 | 0 | 10001 | 1011000 | 100 | 110000 | 1011011 | 110110 |
Color Harmonies of #F4CA1E
Complementary color
Monochromatic Colors of #F4CA1E
Black with #F4CA1E
Text Example
Text Example
White with #F4CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CA1E; }
p { color: rgb(244,202,30); }
H1.HeaderClassName
{
color: #F4CA1E;
}
.AnyTagClassName
{
color: #F4CA1E;
}
</style>
background-color css
<style>
a { background-color: #F4CA1E; }
a { background-color: rgb(244,202,30); }
div.DivClassName
{
background-color: #F4CA1E;
}
.BgClassName
{
background-color: #F4CA1E;
}
</style>
border-color css
<style>
span { border-color: #F4CA1E; }
span { border-color: rgb(244,202,30); }
td.TdClassName
{
border-color: #F4CA1E;
}
.TagClassName
{
border-color: #F4CA1E;
}
</style>