Shades of Turbo #F7D421
Tints of Turbo #F7D421
RGB
CMYK
RGB Variations
Color information
#F7D421 (or 0xF7D421) is known color: Turbo. HEX triplet: F7, D4 and 21. RGB value is (247,212,33). Sum of RGB (Red+Green+Blue) = 247+212+33=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D421 is #082BDE. Grayscale: #CACACA. Windows color (decimal): -535519 or 2217207. OLE color: 2217207.
HSL color Cylindrical-coordinate representation of color #F7D421: hue angle of 50.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7D421 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 33 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.03 |
| HSL | 50.19º | 0.93% | 0.55% | - |
| HSV(B) | 50.19º | 0.87% | 0.97% | - |
| XYZ | 62.18 | 66.97 | 11.09 | - |
| YUV | 202.06 | 32.6 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 33 | 0 | 0.14 | 0.87 | 0.03 | 50.19 | 0.93 | 0.55 |
| Hex | F7 | D4 | 21 | 0 | E | 57 | 3 | 32 | 5D | 37 |
| Octal | 367 | 324 | 41 | 0 | 16 | 127 | 3 | 62 | 135 | 67 |
| Binary | 11110111 | 11010100 | 100001 | 0 | 1110 | 1010111 | 11 | 110010 | 1011101 | 110111 |
Color Harmonies of #F7D421
Complementary color
Monochromatic Colors of #F7D421
Black with #F7D421
Text Example
Text Example
White with #F7D421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D421; }
p { color: rgb(247,212,33); }
H1.HeaderClassName
{
color: #F7D421;
}
.AnyTagClassName
{
color: #F7D421;
}
</style>
background-color css
<style>
a { background-color: #F7D421; }
a { background-color: rgb(247,212,33); }
div.DivClassName
{
background-color: #F7D421;
}
.BgClassName
{
background-color: #F7D421;
}
</style>
border-color css
<style>
span { border-color: #F7D421; }
span { border-color: rgb(247,212,33); }
td.TdClassName
{
border-color: #F7D421;
}
.TagClassName
{
border-color: #F7D421;
}
</style>