Shades of Turbo #FAD717
Tints of Turbo #FAD717
RGB
CMYK
RGB Variations
Color information
#FAD717 (or 0xFAD717) is known color: Turbo. HEX triplet: FA, D7 and 17. RGB value is (250,215,23). Sum of RGB (Red+Green+Blue) = 250+215+23=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD717 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD717 is #0528E8. Grayscale: #CCCCCC. Windows color (decimal): -338153 or 1562618. OLE color: 1562618.
HSL color Cylindrical-coordinate representation of color #FAD717: hue angle of 50.75º 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 #FAD717 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 23 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.02 |
| HSL | 50.75º | 0.96% | 0.54% | - |
| HSV(B) | 50.75º | 0.91% | 0.98% | - |
| XYZ | 63.88 | 68.99 | 10.76 | - |
| YUV | 203.58 | 26.1 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 23 | 0 | 0.14 | 0.91 | 0.02 | 50.75 | 0.96 | 0.54 |
| Hex | FA | D7 | 17 | 0 | E | 5B | 2 | 33 | 60 | 36 |
| Octal | 372 | 327 | 27 | 0 | 16 | 133 | 2 | 63 | 140 | 66 |
| Binary | 11111010 | 11010111 | 10111 | 0 | 1110 | 1011011 | 10 | 110011 | 1100000 | 110110 |
Color Harmonies of #FAD717
Complementary color
Monochromatic Colors of #FAD717
Black with #FAD717
Text Example
Text Example
White with #FAD717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD717; }
p { color: rgb(250,215,23); }
H1.HeaderClassName
{
color: #FAD717;
}
.AnyTagClassName
{
color: #FAD717;
}
</style>
background-color css
<style>
a { background-color: #FAD717; }
a { background-color: rgb(250,215,23); }
div.DivClassName
{
background-color: #FAD717;
}
.BgClassName
{
background-color: #FAD717;
}
</style>
border-color css
<style>
span { border-color: #FAD717; }
span { border-color: rgb(250,215,23); }
td.TdClassName
{
border-color: #FAD717;
}
.TagClassName
{
border-color: #FAD717;
}
</style>