Shades of Turbo #FAD619
Tints of Turbo #FAD619
RGB
CMYK
RGB Variations
Color information
#FAD619 (or 0xFAD619) is known color: Turbo. HEX triplet: FA, D6 and 19. RGB value is (250,214,25). Sum of RGB (Red+Green+Blue) = 250+214+25=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 25 (10.16% from 255 or 5.11% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD619 is #0529E6. Grayscale: #CCCCCC. Windows color (decimal): -338407 or 1693434. OLE color: 1693434.
HSL color Cylindrical-coordinate representation of color #FAD619: hue angle of 50.4º 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 #FAD619 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 25 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.02 |
| HSL | 50.4º | 0.96% | 0.54% | - |
| HSV(B) | 50.4º | 0.9% | 0.98% | - |
| XYZ | 63.65 | 68.49 | 10.78 | - |
| YUV | 203.22 | 27.43 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 25 | 0 | 0.14 | 0.9 | 0.02 | 50.4 | 0.96 | 0.54 |
| Hex | FA | D6 | 19 | 0 | E | 5A | 2 | 32 | 60 | 36 |
| Octal | 372 | 326 | 31 | 0 | 16 | 132 | 2 | 62 | 140 | 66 |
| Binary | 11111010 | 11010110 | 11001 | 0 | 1110 | 1011010 | 10 | 110010 | 1100000 | 110110 |
Color Harmonies of #FAD619
Complementary color
Monochromatic Colors of #FAD619
Black with #FAD619
Text Example
Text Example
White with #FAD619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD619; }
p { color: rgb(250,214,25); }
H1.HeaderClassName
{
color: #FAD619;
}
.AnyTagClassName
{
color: #FAD619;
}
</style>
background-color css
<style>
a { background-color: #FAD619; }
a { background-color: rgb(250,214,25); }
div.DivClassName
{
background-color: #FAD619;
}
.BgClassName
{
background-color: #FAD619;
}
</style>
border-color css
<style>
span { border-color: #FAD619; }
span { border-color: rgb(250,214,25); }
td.TdClassName
{
border-color: #FAD619;
}
.TagClassName
{
border-color: #FAD619;
}
</style>