Shades of Turbo #FAD117
Tints of Turbo #FAD117
RGB
CMYK
RGB Variations
Color information
#FAD117 (or 0xFAD117) is known color: Turbo. HEX triplet: FA, D1 and 17. RGB value is (250,209,23). Sum of RGB (Red+Green+Blue) = 250+209+23=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 23 (9.38% from 255 or 4.77% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD117 is #052EE8. Grayscale: #C8C8C8. Windows color (decimal): -339689 or 1561082. OLE color: 1561082.
HSL color Cylindrical-coordinate representation of color #FAD117: hue angle of 49.16º 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 #FAD117 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 23 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.02 |
| HSL | 49.16º | 0.96% | 0.54% | - |
| HSV(B) | 49.16º | 0.91% | 0.98% | - |
| XYZ | 62.38 | 65.99 | 10.26 | - |
| YUV | 200.06 | 28.08 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 23 | 0 | 0.16 | 0.91 | 0.02 | 49.16 | 0.96 | 0.54 |
| Hex | FA | D1 | 17 | 0 | 10 | 5B | 2 | 31 | 60 | 36 |
| Octal | 372 | 321 | 27 | 0 | 20 | 133 | 2 | 61 | 140 | 66 |
| Binary | 11111010 | 11010001 | 10111 | 0 | 10000 | 1011011 | 10 | 110001 | 1100000 | 110110 |
Color Harmonies of #FAD117
Complementary color
Monochromatic Colors of #FAD117
Black with #FAD117
Text Example
Text Example
White with #FAD117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD117; }
p { color: rgb(250,209,23); }
H1.HeaderClassName
{
color: #FAD117;
}
.AnyTagClassName
{
color: #FAD117;
}
</style>
background-color css
<style>
a { background-color: #FAD117; }
a { background-color: rgb(250,209,23); }
div.DivClassName
{
background-color: #FAD117;
}
.BgClassName
{
background-color: #FAD117;
}
</style>
border-color css
<style>
span { border-color: #FAD117; }
span { border-color: rgb(250,209,23); }
td.TdClassName
{
border-color: #FAD117;
}
.TagClassName
{
border-color: #FAD117;
}
</style>