Shades of Turbo #FADE20
Tints of Turbo #FADE20
RGB
CMYK
RGB Variations
Color information
#FADE20 (or 0xFADE20) is known color: Turbo. HEX triplet: FA, DE and 20. RGB value is (250,222,32). Sum of RGB (Red+Green+Blue) = 250+222+32=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE20 is #0521DF. Grayscale: #D1D1D1. Windows color (decimal): -336352 or 2154234. OLE color: 2154234.
HSL color Cylindrical-coordinate representation of color #FADE20: hue angle of 52.29º 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 #FADE20 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 32 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.02 |
| HSL | 52.29º | 0.96% | 0.55% | - |
| HSV(B) | 52.29º | 0.87% | 0.98% | - |
| XYZ | 65.81 | 72.67 | 11.93 | - |
| YUV | 208.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 32 | 0 | 0.11 | 0.87 | 0.02 | 52.29 | 0.96 | 0.55 |
| Hex | FA | DE | 20 | 0 | B | 57 | 2 | 34 | 60 | 37 |
| Octal | 372 | 336 | 40 | 0 | 13 | 127 | 2 | 64 | 140 | 67 |
| Binary | 11111010 | 11011110 | 100000 | 0 | 1011 | 1010111 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FADE20
Complementary color
Monochromatic Colors of #FADE20
Black with #FADE20
Text Example
Text Example
White with #FADE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE20; }
p { color: rgb(250,222,32); }
H1.HeaderClassName
{
color: #FADE20;
}
.AnyTagClassName
{
color: #FADE20;
}
</style>
background-color css
<style>
a { background-color: #FADE20; }
a { background-color: rgb(250,222,32); }
div.DivClassName
{
background-color: #FADE20;
}
.BgClassName
{
background-color: #FADE20;
}
</style>
border-color css
<style>
span { border-color: #FADE20; }
span { border-color: rgb(250,222,32); }
td.TdClassName
{
border-color: #FADE20;
}
.TagClassName
{
border-color: #FADE20;
}
</style>