Shades of Turbo #F4DC1E
Tints of Turbo #F4DC1E
RGB
CMYK
RGB Variations
Color information
#F4DC1E (or 0xF4DC1E) is known color: Turbo. HEX triplet: F4, DC and 1E. RGB value is (244,220,30). Sum of RGB (Red+Green+Blue) = 244+220+30=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC1E is #0B23E1. Grayscale: #CECECE. Windows color (decimal): -730082 or 2022644. OLE color: 2022644.
HSL color Cylindrical-coordinate representation of color #F4DC1E: hue angle of 53.27º 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 #F4DC1E is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 30 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.04 |
| HSL | 53.27º | 0.91% | 0.54% | - |
| HSV(B) | 53.27º | 0.88% | 0.96% | - |
| XYZ | 63.14 | 70.51 | 11.51 | - |
| YUV | 205.52 | 28.95 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 30 | 0 | 0.10 | 0.88 | 0.04 | 53.27 | 0.91 | 0.54 |
| Hex | F4 | DC | 1E | 0 | A | 58 | 4 | 35 | 5B | 36 |
| Octal | 364 | 334 | 36 | 0 | 12 | 130 | 4 | 65 | 133 | 66 |
| Binary | 11110100 | 11011100 | 11110 | 0 | 1010 | 1011000 | 100 | 110101 | 1011011 | 110110 |
Color Harmonies of #F4DC1E
Complementary color
Monochromatic Colors of #F4DC1E
Black with #F4DC1E
Text Example
Text Example
White with #F4DC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC1E; }
p { color: rgb(244,220,30); }
H1.HeaderClassName
{
color: #F4DC1E;
}
.AnyTagClassName
{
color: #F4DC1E;
}
</style>
background-color css
<style>
a { background-color: #F4DC1E; }
a { background-color: rgb(244,220,30); }
div.DivClassName
{
background-color: #F4DC1E;
}
.BgClassName
{
background-color: #F4DC1E;
}
</style>
border-color css
<style>
span { border-color: #F4DC1E; }
span { border-color: rgb(244,220,30); }
td.TdClassName
{
border-color: #F4DC1E;
}
.TagClassName
{
border-color: #F4DC1E;
}
</style>