Shades of Turbo #FAD417
Tints of Turbo #FAD417
RGB
CMYK
RGB Variations
Color information
#FAD417 (or 0xFAD417) is known color: Turbo. HEX triplet: FA, D4 and 17. RGB value is (250,212,23). Sum of RGB (Red+Green+Blue) = 250+212+23=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD417 is #052BE8. Grayscale: #CACACA. Windows color (decimal): -338921 or 1561850. OLE color: 1561850.
HSL color Cylindrical-coordinate representation of color #FAD417: hue angle of 49.96º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAD417 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 23 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.02 |
| HSL | 49.96º | 0.96% | 0.54% | - |
| HSV(B) | 49.96º | 0.91% | 0.98% | - |
| XYZ | 63.12 | 67.47 | 10.51 | - |
| YUV | 201.82 | 27.09 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 23 | 0 | 0.15 | 0.91 | 0.02 | 49.96 | 0.96 | 0.54 |
| Hex | FA | D4 | 17 | 0 | F | 5B | 2 | 32 | 60 | 36 |
| Octal | 372 | 324 | 27 | 0 | 17 | 133 | 2 | 62 | 140 | 66 |
| Binary | 11111010 | 11010100 | 10111 | 0 | 1111 | 1011011 | 10 | 110010 | 1100000 | 110110 |
Color Harmonies of #FAD417
Complementary color
Monochromatic Colors of #FAD417
Black with #FAD417
Text Example
Text Example
White with #FAD417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD417; }
p { color: rgb(250,212,23); }
H1.HeaderClassName
{
color: #FAD417;
}
.AnyTagClassName
{
color: #FAD417;
}
</style>
background-color css
<style>
a { background-color: #FAD417; }
a { background-color: rgb(250,212,23); }
div.DivClassName
{
background-color: #FAD417;
}
.BgClassName
{
background-color: #FAD417;
}
</style>
border-color css
<style>
span { border-color: #FAD417; }
span { border-color: rgb(250,212,23); }
td.TdClassName
{
border-color: #FAD417;
}
.TagClassName
{
border-color: #FAD417;
}
</style>