Shades of Turbo #FAC921
Tints of Turbo #FAC921
RGB
CMYK
RGB Variations
Color information
#FAC921 (or 0xFAC921) is known color: Turbo. HEX triplet: FA, C9 and 21. RGB value is (250,201,33). Sum of RGB (Red+Green+Blue) = 250+201+33=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC921 is #0536DE. Grayscale: #C5C5C5. Windows color (decimal): -341727 or 2214394. OLE color: 2214394.
HSL color Cylindrical-coordinate representation of color #FAC921: hue angle of 46.45º 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 #FAC921 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 33 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.02 |
| HSL | 46.45º | 0.96% | 0.55% | - |
| HSV(B) | 46.45º | 0.87% | 0.98% | - |
| XYZ | 60.59 | 62.21 | 10.25 | - |
| YUV | 196.5 | 35.73 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 33 | 0 | 0.20 | 0.87 | 0.02 | 46.45 | 0.96 | 0.55 |
| Hex | FA | C9 | 21 | 0 | 14 | 57 | 2 | 2E | 60 | 37 |
| Octal | 372 | 311 | 41 | 0 | 24 | 127 | 2 | 56 | 140 | 67 |
| Binary | 11111010 | 11001001 | 100001 | 0 | 10100 | 1010111 | 10 | 101110 | 1100000 | 110111 |
Color Harmonies of #FAC921
Complementary color
Monochromatic Colors of #FAC921
Black with #FAC921
Text Example
Text Example
White with #FAC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC921; }
p { color: rgb(250,201,33); }
H1.HeaderClassName
{
color: #FAC921;
}
.AnyTagClassName
{
color: #FAC921;
}
</style>
background-color css
<style>
a { background-color: #FAC921; }
a { background-color: rgb(250,201,33); }
div.DivClassName
{
background-color: #FAC921;
}
.BgClassName
{
background-color: #FAC921;
}
</style>
border-color css
<style>
span { border-color: #FAC921; }
span { border-color: rgb(250,201,33); }
td.TdClassName
{
border-color: #FAC921;
}
.TagClassName
{
border-color: #FAC921;
}
</style>