Shades of Turbo #F4D014
Tints of Turbo #F4D014
RGB
CMYK
RGB Variations
Color information
#F4D014 (or 0xF4D014) is known color: Turbo. HEX triplet: F4, D0 and 14. RGB value is (244,208,20). Sum of RGB (Red+Green+Blue) = 244+208+20=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D014 is #0B2FEB. Grayscale: #C6C6C6. Windows color (decimal): -733164 or 1364212. OLE color: 1364212.
HSL color Cylindrical-coordinate representation of color #F4D014: hue angle of 50.36º 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 #F4D014 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.04 |
| HSL | 50.36º | 0.91% | 0.52% | - |
| HSV(B) | 50.36º | 0.92% | 0.96% | - |
| XYZ | 59.99 | 64.4 | 9.93 | - |
| YUV | 197.33 | 27.93 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 20 | 0 | 0.15 | 0.92 | 0.04 | 50.36 | 0.91 | 0.52 |
| Hex | F4 | D0 | 14 | 0 | F | 5C | 4 | 32 | 5B | 34 |
| Octal | 364 | 320 | 24 | 0 | 17 | 134 | 4 | 62 | 133 | 64 |
| Binary | 11110100 | 11010000 | 10100 | 0 | 1111 | 1011100 | 100 | 110010 | 1011011 | 110100 |
Color Harmonies of #F4D014
Complementary color
Monochromatic Colors of #F4D014
Black with #F4D014
Text Example
Text Example
White with #F4D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D014; }
p { color: rgb(244,208,20); }
H1.HeaderClassName
{
color: #F4D014;
}
.AnyTagClassName
{
color: #F4D014;
}
</style>
background-color css
<style>
a { background-color: #F4D014; }
a { background-color: rgb(244,208,20); }
div.DivClassName
{
background-color: #F4D014;
}
.BgClassName
{
background-color: #F4D014;
}
</style>
border-color css
<style>
span { border-color: #F4D014; }
span { border-color: rgb(244,208,20); }
td.TdClassName
{
border-color: #F4D014;
}
.TagClassName
{
border-color: #F4D014;
}
</style>