Shades of Turbo #F4D215
Tints of Turbo #F4D215
RGB
CMYK
RGB Variations
Color information
#F4D215 (or 0xF4D215) is known color: Turbo. HEX triplet: F4, D2 and 15. RGB value is (244,210,21). Sum of RGB (Red+Green+Blue) = 244+210+21=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D215 is #0B2DEA. Grayscale: #C7C7C7. Windows color (decimal): -732651 or 1430260. OLE color: 1430260.
HSL color Cylindrical-coordinate representation of color #F4D215: hue angle of 50.85º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4D215 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.04 |
| HSL | 50.85º | 0.91% | 0.52% | - |
| HSV(B) | 50.85º | 0.91% | 0.96% | - |
| XYZ | 60.49 | 65.38 | 10.14 | - |
| YUV | 198.62 | 27.76 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 21 | 0 | 0.14 | 0.91 | 0.04 | 50.85 | 0.91 | 0.52 |
| Hex | F4 | D2 | 15 | 0 | E | 5B | 4 | 33 | 5B | 34 |
| Octal | 364 | 322 | 25 | 0 | 16 | 133 | 4 | 63 | 133 | 64 |
| Binary | 11110100 | 11010010 | 10101 | 0 | 1110 | 1011011 | 100 | 110011 | 1011011 | 110100 |
Color Harmonies of #F4D215
Complementary color
Monochromatic Colors of #F4D215
Black with #F4D215
Text Example
Text Example
White with #F4D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D215; }
p { color: rgb(244,210,21); }
H1.HeaderClassName
{
color: #F4D215;
}
.AnyTagClassName
{
color: #F4D215;
}
</style>
background-color css
<style>
a { background-color: #F4D215; }
a { background-color: rgb(244,210,21); }
div.DivClassName
{
background-color: #F4D215;
}
.BgClassName
{
background-color: #F4D215;
}
</style>
border-color css
<style>
span { border-color: #F4D215; }
span { border-color: rgb(244,210,21); }
td.TdClassName
{
border-color: #F4D215;
}
.TagClassName
{
border-color: #F4D215;
}
</style>