Shades of Turbo #FAD316
Tints of Turbo #FAD316
RGB
CMYK
RGB Variations
Color information
#FAD316 (or 0xFAD316) is known color: Turbo. HEX triplet: FA, D3 and 16. RGB value is (250,211,22). Sum of RGB (Red+Green+Blue) = 250+211+22=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD316 is #052CE9. Grayscale: #C9C9C9. Windows color (decimal): -339178 or 1496058. OLE color: 1496058.
HSL color Cylindrical-coordinate representation of color #FAD316: hue angle of 49.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAD316 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.02 |
| HSL | 49.74º | 0.96% | 0.53% | - |
| HSV(B) | 49.74º | 0.91% | 0.98% | - |
| XYZ | 62.86 | 66.97 | 10.37 | - |
| YUV | 201.12 | 26.92 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 22 | 0 | 0.16 | 0.91 | 0.02 | 49.74 | 0.96 | 0.53 |
| Hex | FA | D3 | 16 | 0 | 10 | 5B | 2 | 32 | 60 | 35 |
| Octal | 372 | 323 | 26 | 0 | 20 | 133 | 2 | 62 | 140 | 65 |
| Binary | 11111010 | 11010011 | 10110 | 0 | 10000 | 1011011 | 10 | 110010 | 1100000 | 110101 |
Color Harmonies of #FAD316
Complementary color
Monochromatic Colors of #FAD316
Black with #FAD316
Text Example
Text Example
White with #FAD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD316; }
p { color: rgb(250,211,22); }
H1.HeaderClassName
{
color: #FAD316;
}
.AnyTagClassName
{
color: #FAD316;
}
</style>
background-color css
<style>
a { background-color: #FAD316; }
a { background-color: rgb(250,211,22); }
div.DivClassName
{
background-color: #FAD316;
}
.BgClassName
{
background-color: #FAD316;
}
</style>
border-color css
<style>
span { border-color: #FAD316; }
span { border-color: rgb(250,211,22); }
td.TdClassName
{
border-color: #FAD316;
}
.TagClassName
{
border-color: #FAD316;
}
</style>