Shades of Turbo #FAC916
Tints of Turbo #FAC916
RGB
CMYK
RGB Variations
Color information
#FAC916 (or 0xFAC916) is known color: Turbo. HEX triplet: FA, C9 and 16. RGB value is (250,201,22). Sum of RGB (Red+Green+Blue) = 250+201+22=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC916 is #0536E9. Grayscale: #C4C4C4. Windows color (decimal): -341738 or 1493498. OLE color: 1493498.
HSL color Cylindrical-coordinate representation of color #FAC916: hue angle of 47.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAC916 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.02 |
| HSL | 47.11º | 0.96% | 0.53% | - |
| HSV(B) | 47.11º | 0.91% | 0.98% | - |
| XYZ | 60.46 | 62.16 | 9.57 | - |
| YUV | 195.25 | 30.23 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 22 | 0 | 0.20 | 0.91 | 0.02 | 47.11 | 0.96 | 0.53 |
| Hex | FA | C9 | 16 | 0 | 14 | 5B | 2 | 2F | 60 | 35 |
| Octal | 372 | 311 | 26 | 0 | 24 | 133 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11001001 | 10110 | 0 | 10100 | 1011011 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FAC916
Complementary color
Monochromatic Colors of #FAC916
Black with #FAC916
Text Example
Text Example
White with #FAC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC916; }
p { color: rgb(250,201,22); }
H1.HeaderClassName
{
color: #FAC916;
}
.AnyTagClassName
{
color: #FAC916;
}
</style>
background-color css
<style>
a { background-color: #FAC916; }
a { background-color: rgb(250,201,22); }
div.DivClassName
{
background-color: #FAC916;
}
.BgClassName
{
background-color: #FAC916;
}
</style>
border-color css
<style>
span { border-color: #FAC916; }
span { border-color: rgb(250,201,22); }
td.TdClassName
{
border-color: #FAC916;
}
.TagClassName
{
border-color: #FAC916;
}
</style>