Shades of Turbo #FAC521
Tints of Turbo #FAC521
RGB
CMYK
RGB Variations
Color information
#FAC521 (or 0xFAC521) is known color: Turbo. HEX triplet: FA, C5 and 21. RGB value is (250,197,33). Sum of RGB (Red+Green+Blue) = 250+197+33=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC521 is #053ADE. Grayscale: #C2C2C2. Windows color (decimal): -342751 or 2213370. OLE color: 2213370.
HSL color Cylindrical-coordinate representation of color #FAC521: hue angle of 45.35º 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 #FAC521 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 33 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.02 |
| HSL | 45.35º | 0.96% | 0.55% | - |
| HSV(B) | 45.35º | 0.87% | 0.98% | - |
| XYZ | 59.67 | 60.37 | 9.95 | - |
| YUV | 194.15 | 37.06 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 33 | 0 | 0.21 | 0.87 | 0.02 | 45.35 | 0.96 | 0.55 |
| Hex | FA | C5 | 21 | 0 | 15 | 57 | 2 | 2D | 60 | 37 |
| Octal | 372 | 305 | 41 | 0 | 25 | 127 | 2 | 55 | 140 | 67 |
| Binary | 11111010 | 11000101 | 100001 | 0 | 10101 | 1010111 | 10 | 101101 | 1100000 | 110111 |
Color Harmonies of #FAC521
Complementary color
Monochromatic Colors of #FAC521
Black with #FAC521
Text Example
Text Example
White with #FAC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC521; }
p { color: rgb(250,197,33); }
H1.HeaderClassName
{
color: #FAC521;
}
.AnyTagClassName
{
color: #FAC521;
}
</style>
background-color css
<style>
a { background-color: #FAC521; }
a { background-color: rgb(250,197,33); }
div.DivClassName
{
background-color: #FAC521;
}
.BgClassName
{
background-color: #FAC521;
}
</style>
border-color css
<style>
span { border-color: #FAC521; }
span { border-color: rgb(250,197,33); }
td.TdClassName
{
border-color: #FAC521;
}
.TagClassName
{
border-color: #FAC521;
}
</style>