Shades of Turbo #FAC914
Tints of Turbo #FAC914
RGB
CMYK
RGB Variations
Color information
#FAC914 (or 0xFAC914) is known color: Turbo. HEX triplet: FA, C9 and 14. RGB value is (250,201,20). Sum of RGB (Red+Green+Blue) = 250+201+20=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC914 is #0536EB. Grayscale: #C3C3C3. Windows color (decimal): -341740 or 1362426. OLE color: 1362426.
HSL color Cylindrical-coordinate representation of color #FAC914: hue angle of 47.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAC914 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.02 |
| HSL | 47.22º | 0.96% | 0.53% | - |
| HSV(B) | 47.22º | 0.92% | 0.98% | - |
| XYZ | 60.44 | 62.15 | 9.47 | - |
| YUV | 195.02 | 29.23 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 20 | 0 | 0.20 | 0.92 | 0.02 | 47.22 | 0.96 | 0.53 |
| Hex | FA | C9 | 14 | 0 | 14 | 5C | 2 | 2F | 60 | 35 |
| Octal | 372 | 311 | 24 | 0 | 24 | 134 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11001001 | 10100 | 0 | 10100 | 1011100 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FAC914
Complementary color
Monochromatic Colors of #FAC914
Black with #FAC914
Text Example
Text Example
White with #FAC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC914; }
p { color: rgb(250,201,20); }
H1.HeaderClassName
{
color: #FAC914;
}
.AnyTagClassName
{
color: #FAC914;
}
</style>
background-color css
<style>
a { background-color: #FAC914; }
a { background-color: rgb(250,201,20); }
div.DivClassName
{
background-color: #FAC914;
}
.BgClassName
{
background-color: #FAC914;
}
</style>
border-color css
<style>
span { border-color: #FAC914; }
span { border-color: rgb(250,201,20); }
td.TdClassName
{
border-color: #FAC914;
}
.TagClassName
{
border-color: #FAC914;
}
</style>