Shades of Turbo #FAD519
Tints of Turbo #FAD519
RGB
CMYK
RGB Variations
Color information
#FAD519 (or 0xFAD519) is known color: Turbo. HEX triplet: FA, D5 and 19. RGB value is (250,213,25). Sum of RGB (Red+Green+Blue) = 250+213+25=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD519 is #052AE6. Grayscale: #CBCBCB. Windows color (decimal): -338663 or 1693178. OLE color: 1693178.
HSL color Cylindrical-coordinate representation of color #FAD519: hue angle of 50.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAD519 is Cyan = 0, Magento = 0.15, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 25 | - |
| CMYK | 0 | 0.15 | 0.9 | 0.02 |
| HSL | 50.13º | 0.96% | 0.54% | - |
| HSV(B) | 50.13º | 0.9% | 0.98% | - |
| XYZ | 63.39 | 67.98 | 10.7 | - |
| YUV | 202.63 | 27.76 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 25 | 0 | 0.15 | 0.9 | 0.02 | 50.13 | 0.96 | 0.54 |
| Hex | FA | D5 | 19 | 0 | F | 5A | 2 | 32 | 60 | 36 |
| Octal | 372 | 325 | 31 | 0 | 17 | 132 | 2 | 62 | 140 | 66 |
| Binary | 11111010 | 11010101 | 11001 | 0 | 1111 | 1011010 | 10 | 110010 | 1100000 | 110110 |
Color Harmonies of #FAD519
Complementary color
Monochromatic Colors of #FAD519
Black with #FAD519
Text Example
Text Example
White with #FAD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD519; }
p { color: rgb(250,213,25); }
H1.HeaderClassName
{
color: #FAD519;
}
.AnyTagClassName
{
color: #FAD519;
}
</style>
background-color css
<style>
a { background-color: #FAD519; }
a { background-color: rgb(250,213,25); }
div.DivClassName
{
background-color: #FAD519;
}
.BgClassName
{
background-color: #FAD519;
}
</style>
border-color css
<style>
span { border-color: #FAD519; }
span { border-color: rgb(250,213,25); }
td.TdClassName
{
border-color: #FAD519;
}
.TagClassName
{
border-color: #FAD519;
}
</style>