Shades of Turbo #FAD215
Tints of Turbo #FAD215
RGB
CMYK
RGB Variations
Color information
#FAD215 (or 0xFAD215) is known color: Turbo. HEX triplet: FA, D2 and 15. RGB value is (250,210,21). Sum of RGB (Red+Green+Blue) = 250+210+21=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD215 is #052DEA. Grayscale: #C9C9C9. Windows color (decimal): -339435 or 1430266. OLE color: 1430266.
HSL color Cylindrical-coordinate representation of color #FAD215: hue angle of 49.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAD215 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 21 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.02 |
| HSL | 49.52º | 0.96% | 0.53% | - |
| HSV(B) | 49.52º | 0.92% | 0.98% | - |
| XYZ | 62.61 | 66.47 | 10.24 | - |
| YUV | 200.41 | 26.75 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 21 | 0 | 0.16 | 0.92 | 0.02 | 49.52 | 0.96 | 0.53 |
| Hex | FA | D2 | 15 | 0 | 10 | 5C | 2 | 32 | 60 | 35 |
| Octal | 372 | 322 | 25 | 0 | 20 | 134 | 2 | 62 | 140 | 65 |
| Binary | 11111010 | 11010010 | 10101 | 0 | 10000 | 1011100 | 10 | 110010 | 1100000 | 110101 |
Color Harmonies of #FAD215
Complementary color
Monochromatic Colors of #FAD215
Black with #FAD215
Text Example
Text Example
White with #FAD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD215; }
p { color: rgb(250,210,21); }
H1.HeaderClassName
{
color: #FAD215;
}
.AnyTagClassName
{
color: #FAD215;
}
</style>
background-color css
<style>
a { background-color: #FAD215; }
a { background-color: rgb(250,210,21); }
div.DivClassName
{
background-color: #FAD215;
}
.BgClassName
{
background-color: #FAD215;
}
</style>
border-color css
<style>
span { border-color: #FAD215; }
span { border-color: rgb(250,210,21); }
td.TdClassName
{
border-color: #FAD215;
}
.TagClassName
{
border-color: #FAD215;
}
</style>