Shades of Turbo #FAD819
Tints of Turbo #FAD819
RGB
CMYK
RGB Variations
Color information
#FAD819 (or 0xFAD819) is known color: Turbo. HEX triplet: FA, D8 and 19. RGB value is (250,216,25). Sum of RGB (Red+Green+Blue) = 250+216+25=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD819 is #0527E6. Grayscale: #CDCDCD. Windows color (decimal): -337895 or 1693946. OLE color: 1693946.
HSL color Cylindrical-coordinate representation of color #FAD819: hue angle of 50.93º 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 #FAD819 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 25 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.02 |
| HSL | 50.93º | 0.96% | 0.54% | - |
| HSV(B) | 50.93º | 0.9% | 0.98% | - |
| XYZ | 64.16 | 69.51 | 10.95 | - |
| YUV | 204.39 | 26.76 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 25 | 0 | 0.14 | 0.9 | 0.02 | 50.93 | 0.96 | 0.54 |
| Hex | FA | D8 | 19 | 0 | E | 5A | 2 | 33 | 60 | 36 |
| Octal | 372 | 330 | 31 | 0 | 16 | 132 | 2 | 63 | 140 | 66 |
| Binary | 11111010 | 11011000 | 11001 | 0 | 1110 | 1011010 | 10 | 110011 | 1100000 | 110110 |
Color Harmonies of #FAD819
Complementary color
Monochromatic Colors of #FAD819
Black with #FAD819
Text Example
Text Example
White with #FAD819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD819; }
p { color: rgb(250,216,25); }
H1.HeaderClassName
{
color: #FAD819;
}
.AnyTagClassName
{
color: #FAD819;
}
</style>
background-color css
<style>
a { background-color: #FAD819; }
a { background-color: rgb(250,216,25); }
div.DivClassName
{
background-color: #FAD819;
}
.BgClassName
{
background-color: #FAD819;
}
</style>
border-color css
<style>
span { border-color: #FAD819; }
span { border-color: rgb(250,216,25); }
td.TdClassName
{
border-color: #FAD819;
}
.TagClassName
{
border-color: #FAD819;
}
</style>