Shades of Turbo #FAD413
Tints of Turbo #FAD413
RGB
CMYK
RGB Variations
Color information
#FAD413 (or 0xFAD413) is known color: Turbo. HEX triplet: FA, D4 and 13. RGB value is (250,212,19). Sum of RGB (Red+Green+Blue) = 250+212+19=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD413 is #052BEC. Grayscale: #CACACA. Windows color (decimal): -338925 or 1299706. OLE color: 1299706.
HSL color Cylindrical-coordinate representation of color #FAD413: hue angle of 50.13º 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 #FAD413 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.02 |
| HSL | 50.13º | 0.96% | 0.53% | - |
| HSV(B) | 50.13º | 0.92% | 0.98% | - |
| XYZ | 63.09 | 67.46 | 10.31 | - |
| YUV | 201.36 | 25.09 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 19 | 0 | 0.15 | 0.92 | 0.02 | 50.13 | 0.96 | 0.53 |
| Hex | FA | D4 | 13 | 0 | F | 5C | 2 | 32 | 60 | 35 |
| Octal | 372 | 324 | 23 | 0 | 17 | 134 | 2 | 62 | 140 | 65 |
| Binary | 11111010 | 11010100 | 10011 | 0 | 1111 | 1011100 | 10 | 110010 | 1100000 | 110101 |
Color Harmonies of #FAD413
Complementary color
Monochromatic Colors of #FAD413
Black with #FAD413
Text Example
Text Example
White with #FAD413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD413; }
p { color: rgb(250,212,19); }
H1.HeaderClassName
{
color: #FAD413;
}
.AnyTagClassName
{
color: #FAD413;
}
</style>
background-color css
<style>
a { background-color: #FAD413; }
a { background-color: rgb(250,212,19); }
div.DivClassName
{
background-color: #FAD413;
}
.BgClassName
{
background-color: #FAD413;
}
</style>
border-color css
<style>
span { border-color: #FAD413; }
span { border-color: rgb(250,212,19); }
td.TdClassName
{
border-color: #FAD413;
}
.TagClassName
{
border-color: #FAD413;
}
</style>