Shades of Turbo #F4DD1D
Tints of Turbo #F4DD1D
RGB
CMYK
RGB Variations
Color information
#F4DD1D (or 0xF4DD1D) is known color: Turbo. HEX triplet: F4, DD and 1D. RGB value is (244,221,29). Sum of RGB (Red+Green+Blue) = 244+221+29=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DD1D is #0B22E2. Grayscale: #CECECE. Windows color (decimal): -729827 or 1957364. OLE color: 1957364.
HSL color Cylindrical-coordinate representation of color #F4DD1D: hue angle of 53.58º 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 #F4DD1D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.04 |
| HSL | 53.58º | 0.91% | 0.54% | - |
| HSV(B) | 53.58º | 0.88% | 0.96% | - |
| XYZ | 63.39 | 71.03 | 11.53 | - |
| YUV | 205.99 | 28.12 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 29 | 0 | 0.09 | 0.88 | 0.04 | 53.58 | 0.91 | 0.54 |
| Hex | F4 | DD | 1D | 0 | 9 | 58 | 4 | 36 | 5B | 36 |
| Octal | 364 | 335 | 35 | 0 | 11 | 130 | 4 | 66 | 133 | 66 |
| Binary | 11110100 | 11011101 | 11101 | 0 | 1001 | 1011000 | 100 | 110110 | 1011011 | 110110 |
Color Harmonies of #F4DD1D
Complementary color
Monochromatic Colors of #F4DD1D
Black with #F4DD1D
Text Example
Text Example
White with #F4DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DD1D; }
p { color: rgb(244,221,29); }
H1.HeaderClassName
{
color: #F4DD1D;
}
.AnyTagClassName
{
color: #F4DD1D;
}
</style>
background-color css
<style>
a { background-color: #F4DD1D; }
a { background-color: rgb(244,221,29); }
div.DivClassName
{
background-color: #F4DD1D;
}
.BgClassName
{
background-color: #F4DD1D;
}
</style>
border-color css
<style>
span { border-color: #F4DD1D; }
span { border-color: rgb(244,221,29); }
td.TdClassName
{
border-color: #F4DD1D;
}
.TagClassName
{
border-color: #F4DD1D;
}
</style>