Shades of Turbo #FAD118
Tints of Turbo #FAD118
RGB
CMYK
RGB Variations
Color information
#FAD118 (or 0xFAD118) is known color: Turbo. HEX triplet: FA, D1 and 18. RGB value is (250,209,24). Sum of RGB (Red+Green+Blue) = 250+209+24=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD118 is #052EE7. Grayscale: #C8C8C8. Windows color (decimal): -339688 or 1626618. OLE color: 1626618.
HSL color Cylindrical-coordinate representation of color #FAD118: hue angle of 49.12º 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 #FAD118 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 24 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.02 |
| HSL | 49.12º | 0.96% | 0.54% | - |
| HSV(B) | 49.12º | 0.9% | 0.98% | - |
| XYZ | 62.39 | 65.99 | 10.31 | - |
| YUV | 200.17 | 28.58 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 24 | 0 | 0.16 | 0.90 | 0.02 | 49.12 | 0.96 | 0.54 |
| Hex | FA | D1 | 18 | 0 | 10 | 5A | 2 | 31 | 60 | 36 |
| Octal | 372 | 321 | 30 | 0 | 20 | 132 | 2 | 61 | 140 | 66 |
| Binary | 11111010 | 11010001 | 11000 | 0 | 10000 | 1011010 | 10 | 110001 | 1100000 | 110110 |
Color Harmonies of #FAD118
Complementary color
Monochromatic Colors of #FAD118
Black with #FAD118
Text Example
Text Example
White with #FAD118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD118; }
p { color: rgb(250,209,24); }
H1.HeaderClassName
{
color: #FAD118;
}
.AnyTagClassName
{
color: #FAD118;
}
</style>
background-color css
<style>
a { background-color: #FAD118; }
a { background-color: rgb(250,209,24); }
div.DivClassName
{
background-color: #FAD118;
}
.BgClassName
{
background-color: #FAD118;
}
</style>
border-color css
<style>
span { border-color: #FAD118; }
span { border-color: rgb(250,209,24); }
td.TdClassName
{
border-color: #FAD118;
}
.TagClassName
{
border-color: #FAD118;
}
</style>