Shades of Turbo #FAD919
Tints of Turbo #FAD919
RGB
CMYK
RGB Variations
Color information
#FAD919 (or 0xFAD919) is known color: Turbo. HEX triplet: FA, D9 and 19. RGB value is (250,217,25). Sum of RGB (Red+Green+Blue) = 250+217+25=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 25 (10.16% from 255 or 5.08% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD919 is #0526E6. Grayscale: #CDCDCD. Windows color (decimal): -337639 or 1694202. OLE color: 1694202.
HSL color Cylindrical-coordinate representation of color #FAD919: hue angle of 51.2º 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 #FAD919 is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 25 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.02 |
| HSL | 51.2º | 0.96% | 0.54% | - |
| HSV(B) | 51.2º | 0.9% | 0.98% | - |
| XYZ | 64.41 | 70.02 | 11.04 | - |
| YUV | 204.98 | 26.43 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 25 | 0 | 0.13 | 0.9 | 0.02 | 51.2 | 0.96 | 0.54 |
| Hex | FA | D9 | 19 | 0 | D | 5A | 2 | 33 | 60 | 36 |
| Octal | 372 | 331 | 31 | 0 | 15 | 132 | 2 | 63 | 140 | 66 |
| Binary | 11111010 | 11011001 | 11001 | 0 | 1101 | 1011010 | 10 | 110011 | 1100000 | 110110 |
Color Harmonies of #FAD919
Complementary color
Monochromatic Colors of #FAD919
Black with #FAD919
Text Example
Text Example
White with #FAD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD919; }
p { color: rgb(250,217,25); }
H1.HeaderClassName
{
color: #FAD919;
}
.AnyTagClassName
{
color: #FAD919;
}
</style>
background-color css
<style>
a { background-color: #FAD919; }
a { background-color: rgb(250,217,25); }
div.DivClassName
{
background-color: #FAD919;
}
.BgClassName
{
background-color: #FAD919;
}
</style>
border-color css
<style>
span { border-color: #FAD919; }
span { border-color: rgb(250,217,25); }
td.TdClassName
{
border-color: #FAD919;
}
.TagClassName
{
border-color: #FAD919;
}
</style>