Shades of Turbo #FAC918
Tints of Turbo #FAC918
RGB
CMYK
RGB Variations
Color information
#FAC918 (or 0xFAC918) is known color: Turbo. HEX triplet: FA, C9 and 18. RGB value is (250,201,24). Sum of RGB (Red+Green+Blue) = 250+201+24=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC918 is #0536E7. Grayscale: #C4C4C4. Windows color (decimal): -341736 or 1624570. OLE color: 1624570.
HSL color Cylindrical-coordinate representation of color #FAC918: hue angle of 46.99º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAC918 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 24 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.02 |
| HSL | 46.99º | 0.96% | 0.54% | - |
| HSV(B) | 46.99º | 0.9% | 0.98% | - |
| XYZ | 60.48 | 62.16 | 9.68 | - |
| YUV | 195.47 | 31.23 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 24 | 0 | 0.20 | 0.90 | 0.02 | 46.99 | 0.96 | 0.54 |
| Hex | FA | C9 | 18 | 0 | 14 | 5A | 2 | 2F | 60 | 36 |
| Octal | 372 | 311 | 30 | 0 | 24 | 132 | 2 | 57 | 140 | 66 |
| Binary | 11111010 | 11001001 | 11000 | 0 | 10100 | 1011010 | 10 | 101111 | 1100000 | 110110 |
Color Harmonies of #FAC918
Complementary color
Monochromatic Colors of #FAC918
Black with #FAC918
Text Example
Text Example
White with #FAC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC918; }
p { color: rgb(250,201,24); }
H1.HeaderClassName
{
color: #FAC918;
}
.AnyTagClassName
{
color: #FAC918;
}
</style>
background-color css
<style>
a { background-color: #FAC918; }
a { background-color: rgb(250,201,24); }
div.DivClassName
{
background-color: #FAC918;
}
.BgClassName
{
background-color: #FAC918;
}
</style>
border-color css
<style>
span { border-color: #FAC918; }
span { border-color: rgb(250,201,24); }
td.TdClassName
{
border-color: #FAC918;
}
.TagClassName
{
border-color: #FAC918;
}
</style>