Shades of Turbo #FAC522
Tints of Turbo #FAC522
RGB
CMYK
RGB Variations
Color information
#FAC522 (or 0xFAC522) is known color: Turbo. HEX triplet: FA, C5 and 22. RGB value is (250,197,34). Sum of RGB (Red+Green+Blue) = 250+197+34=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC522 is #053ADD. Grayscale: #C2C2C2. Windows color (decimal): -342750 or 2278906. OLE color: 2278906.
HSL color Cylindrical-coordinate representation of color #FAC522: hue angle of 45.28º 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 #FAC522 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 34 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.02 |
| HSL | 45.28º | 0.96% | 0.56% | - |
| HSV(B) | 45.28º | 0.86% | 0.98% | - |
| XYZ | 59.68 | 60.37 | 10.02 | - |
| YUV | 194.27 | 37.56 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 34 | 0 | 0.21 | 0.86 | 0.02 | 45.28 | 0.96 | 0.56 |
| Hex | FA | C5 | 22 | 0 | 15 | 56 | 2 | 2D | 60 | 38 |
| Octal | 372 | 305 | 42 | 0 | 25 | 126 | 2 | 55 | 140 | 70 |
| Binary | 11111010 | 11000101 | 100010 | 0 | 10101 | 1010110 | 10 | 101101 | 1100000 | 111000 |
Color Harmonies of #FAC522
Complementary color
Monochromatic Colors of #FAC522
Black with #FAC522
Text Example
Text Example
White with #FAC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC522; }
p { color: rgb(250,197,34); }
H1.HeaderClassName
{
color: #FAC522;
}
.AnyTagClassName
{
color: #FAC522;
}
</style>
background-color css
<style>
a { background-color: #FAC522; }
a { background-color: rgb(250,197,34); }
div.DivClassName
{
background-color: #FAC522;
}
.BgClassName
{
background-color: #FAC522;
}
</style>
border-color css
<style>
span { border-color: #FAC522; }
span { border-color: rgb(250,197,34); }
td.TdClassName
{
border-color: #FAC522;
}
.TagClassName
{
border-color: #FAC522;
}
</style>