Shades of Turbo #F4D013
Tints of Turbo #F4D013
RGB
CMYK
RGB Variations
Color information
#F4D013 (or 0xF4D013) is known color: Turbo. HEX triplet: F4, D0 and 13. RGB value is (244,208,19). Sum of RGB (Red+Green+Blue) = 244+208+19=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D013 is #0B2FEC. Grayscale: #C6C6C6. Windows color (decimal): -733165 or 1298676. OLE color: 1298676.
HSL color Cylindrical-coordinate representation of color #F4D013: hue angle of 50.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4D013 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.04 |
| HSL | 50.4º | 0.91% | 0.52% | - |
| HSV(B) | 50.4º | 0.92% | 0.96% | - |
| XYZ | 59.98 | 64.39 | 9.88 | - |
| YUV | 197.22 | 27.43 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 19 | 0 | 0.15 | 0.92 | 0.04 | 50.4 | 0.91 | 0.52 |
| Hex | F4 | D0 | 13 | 0 | F | 5C | 4 | 32 | 5B | 34 |
| Octal | 364 | 320 | 23 | 0 | 17 | 134 | 4 | 62 | 133 | 64 |
| Binary | 11110100 | 11010000 | 10011 | 0 | 1111 | 1011100 | 100 | 110010 | 1011011 | 110100 |
Color Harmonies of #F4D013
Complementary color
Monochromatic Colors of #F4D013
Black with #F4D013
Text Example
Text Example
White with #F4D013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D013; }
p { color: rgb(244,208,19); }
H1.HeaderClassName
{
color: #F4D013;
}
.AnyTagClassName
{
color: #F4D013;
}
</style>
background-color css
<style>
a { background-color: #F4D013; }
a { background-color: rgb(244,208,19); }
div.DivClassName
{
background-color: #F4D013;
}
.BgClassName
{
background-color: #F4D013;
}
</style>
border-color css
<style>
span { border-color: #F4D013; }
span { border-color: rgb(244,208,19); }
td.TdClassName
{
border-color: #F4D013;
}
.TagClassName
{
border-color: #F4D013;
}
</style>