Shades of Turbo #FADA21
Tints of Turbo #FADA21
RGB
CMYK
RGB Variations
Color information
#FADA21 (or 0xFADA21) is known color: Turbo. HEX triplet: FA, DA and 21. RGB value is (250,218,33). Sum of RGB (Red+Green+Blue) = 250+218+33=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 33 (13.28% from 255 or 6.59% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA21 is #0525DE. Grayscale: #CFCFCF. Windows color (decimal): -337375 or 2218746. OLE color: 2218746.
HSL color Cylindrical-coordinate representation of color #FADA21: hue angle of 51.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FADA21 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 33 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.02 |
| HSL | 51.15º | 0.96% | 0.55% | - |
| HSV(B) | 51.15º | 0.87% | 0.98% | - |
| XYZ | 64.77 | 70.58 | 11.65 | - |
| YUV | 206.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 33 | 0 | 0.13 | 0.87 | 0.02 | 51.15 | 0.96 | 0.55 |
| Hex | FA | DA | 21 | 0 | D | 57 | 2 | 33 | 60 | 37 |
| Octal | 372 | 332 | 41 | 0 | 15 | 127 | 2 | 63 | 140 | 67 |
| Binary | 11111010 | 11011010 | 100001 | 0 | 1101 | 1010111 | 10 | 110011 | 1100000 | 110111 |
Color Harmonies of #FADA21
Complementary color
Monochromatic Colors of #FADA21
Black with #FADA21
Text Example
Text Example
White with #FADA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA21; }
p { color: rgb(250,218,33); }
H1.HeaderClassName
{
color: #FADA21;
}
.AnyTagClassName
{
color: #FADA21;
}
</style>
background-color css
<style>
a { background-color: #FADA21; }
a { background-color: rgb(250,218,33); }
div.DivClassName
{
background-color: #FADA21;
}
.BgClassName
{
background-color: #FADA21;
}
</style>
border-color css
<style>
span { border-color: #FADA21; }
span { border-color: rgb(250,218,33); }
td.TdClassName
{
border-color: #FADA21;
}
.TagClassName
{
border-color: #FADA21;
}
</style>