Shades of Turbo #FAD31B
Tints of Turbo #FAD31B
RGB
CMYK
RGB Variations
Color information
#FAD31B (or 0xFAD31B) is known color: Turbo. HEX triplet: FA, D3 and 1B. RGB value is (250,211,27). Sum of RGB (Red+Green+Blue) = 250+211+27=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD31B is #052CE4. Grayscale: #CACACA. Windows color (decimal): -339173 or 1823738. OLE color: 1823738.
HSL color Cylindrical-coordinate representation of color #FAD31B: hue angle of 49.51º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAD31B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.02 |
| HSL | 49.51º | 0.96% | 0.54% | - |
| HSV(B) | 49.51º | 0.89% | 0.98% | - |
| XYZ | 62.92 | 66.99 | 10.65 | - |
| YUV | 201.69 | 29.42 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 27 | 0 | 0.16 | 0.89 | 0.02 | 49.51 | 0.96 | 0.54 |
| Hex | FA | D3 | 1B | 0 | 10 | 59 | 2 | 32 | 60 | 36 |
| Octal | 372 | 323 | 33 | 0 | 20 | 131 | 2 | 62 | 140 | 66 |
| Binary | 11111010 | 11010011 | 11011 | 0 | 10000 | 1011001 | 10 | 110010 | 1100000 | 110110 |
Color Harmonies of #FAD31B
Complementary color
Monochromatic Colors of #FAD31B
Black with #FAD31B
Text Example
Text Example
White with #FAD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD31B; }
p { color: rgb(250,211,27); }
H1.HeaderClassName
{
color: #FAD31B;
}
.AnyTagClassName
{
color: #FAD31B;
}
</style>
background-color css
<style>
a { background-color: #FAD31B; }
a { background-color: rgb(250,211,27); }
div.DivClassName
{
background-color: #FAD31B;
}
.BgClassName
{
background-color: #FAD31B;
}
</style>
border-color css
<style>
span { border-color: #FAD31B; }
span { border-color: rgb(250,211,27); }
td.TdClassName
{
border-color: #FAD31B;
}
.TagClassName
{
border-color: #FAD31B;
}
</style>