Shades of Turbo #FAD122
Tints of Turbo #FAD122
RGB
CMYK
RGB Variations
Color information
#FAD122 (or 0xFAD122) is known color: Turbo. HEX triplet: FA, D1 and 22. RGB value is (250,209,34). Sum of RGB (Red+Green+Blue) = 250+209+34=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD122 is #052EDD. Grayscale: #CACACA. Windows color (decimal): -339678 or 2281978. OLE color: 2281978.
HSL color Cylindrical-coordinate representation of color #FAD122: hue angle of 48.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAD122 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 34 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.02 |
| HSL | 48.61º | 0.96% | 0.56% | - |
| HSV(B) | 48.61º | 0.86% | 0.98% | - |
| XYZ | 62.51 | 66.04 | 10.97 | - |
| YUV | 201.31 | 33.58 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 34 | 0 | 0.16 | 0.86 | 0.02 | 48.61 | 0.96 | 0.56 |
| Hex | FA | D1 | 22 | 0 | 10 | 56 | 2 | 31 | 60 | 38 |
| Octal | 372 | 321 | 42 | 0 | 20 | 126 | 2 | 61 | 140 | 70 |
| Binary | 11111010 | 11010001 | 100010 | 0 | 10000 | 1010110 | 10 | 110001 | 1100000 | 111000 |
Color Harmonies of #FAD122
Complementary color
Monochromatic Colors of #FAD122
Black with #FAD122
Text Example
Text Example
White with #FAD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD122; }
p { color: rgb(250,209,34); }
H1.HeaderClassName
{
color: #FAD122;
}
.AnyTagClassName
{
color: #FAD122;
}
</style>
background-color css
<style>
a { background-color: #FAD122; }
a { background-color: rgb(250,209,34); }
div.DivClassName
{
background-color: #FAD122;
}
.BgClassName
{
background-color: #FAD122;
}
</style>
border-color css
<style>
span { border-color: #FAD122; }
span { border-color: rgb(250,209,34); }
td.TdClassName
{
border-color: #FAD122;
}
.TagClassName
{
border-color: #FAD122;
}
</style>