Shades of Turbo #FADB21
Tints of Turbo #FADB21
RGB
CMYK
RGB Variations
Color information
#FADB21 (or 0xFADB21) is known color: Turbo. HEX triplet: FA, DB and 21. RGB value is (250,219,33). Sum of RGB (Red+Green+Blue) = 250+219+33=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 33 (13.28% from 255 or 6.57% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB21 is #0524DE. Grayscale: #CFCFCF. Windows color (decimal): -337119 or 2219002. OLE color: 2219002.
HSL color Cylindrical-coordinate representation of color #FADB21: hue angle of 51.43º 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 #FADB21 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 33 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.02 |
| HSL | 51.43º | 0.96% | 0.55% | - |
| HSV(B) | 51.43º | 0.87% | 0.98% | - |
| XYZ | 65.03 | 71.1 | 11.73 | - |
| YUV | 207.07 | 29.77 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 33 | 0 | 0.12 | 0.87 | 0.02 | 51.43 | 0.96 | 0.55 |
| Hex | FA | DB | 21 | 0 | C | 57 | 2 | 33 | 60 | 37 |
| Octal | 372 | 333 | 41 | 0 | 14 | 127 | 2 | 63 | 140 | 67 |
| Binary | 11111010 | 11011011 | 100001 | 0 | 1100 | 1010111 | 10 | 110011 | 1100000 | 110111 |
Color Harmonies of #FADB21
Complementary color
Monochromatic Colors of #FADB21
Black with #FADB21
Text Example
Text Example
White with #FADB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB21; }
p { color: rgb(250,219,33); }
H1.HeaderClassName
{
color: #FADB21;
}
.AnyTagClassName
{
color: #FADB21;
}
</style>
background-color css
<style>
a { background-color: #FADB21; }
a { background-color: rgb(250,219,33); }
div.DivClassName
{
background-color: #FADB21;
}
.BgClassName
{
background-color: #FADB21;
}
</style>
border-color css
<style>
span { border-color: #FADB21; }
span { border-color: rgb(250,219,33); }
td.TdClassName
{
border-color: #FADB21;
}
.TagClassName
{
border-color: #FADB21;
}
</style>