Shades of Turbo #FACB14
Tints of Turbo #FACB14
RGB
CMYK
RGB Variations
Color information
#FACB14 (or 0xFACB14) is known color: Turbo. HEX triplet: FA, CB and 14. RGB value is (250,203,20). Sum of RGB (Red+Green+Blue) = 250+203+20=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB14 is #0534EB. Grayscale: #C4C4C4. Windows color (decimal): -341228 or 1362938. OLE color: 1362938.
HSL color Cylindrical-coordinate representation of color #FACB14: hue angle of 47.74º 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 #FACB14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.02 |
| HSL | 47.74º | 0.96% | 0.53% | - |
| HSV(B) | 47.74º | 0.92% | 0.98% | - |
| XYZ | 60.91 | 63.09 | 9.63 | - |
| YUV | 196.19 | 28.57 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 20 | 0 | 0.19 | 0.92 | 0.02 | 47.74 | 0.96 | 0.53 |
| Hex | FA | CB | 14 | 0 | 13 | 5C | 2 | 30 | 60 | 35 |
| Octal | 372 | 313 | 24 | 0 | 23 | 134 | 2 | 60 | 140 | 65 |
| Binary | 11111010 | 11001011 | 10100 | 0 | 10011 | 1011100 | 10 | 110000 | 1100000 | 110101 |
Color Harmonies of #FACB14
Complementary color
Monochromatic Colors of #FACB14
Black with #FACB14
Text Example
Text Example
White with #FACB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB14; }
p { color: rgb(250,203,20); }
H1.HeaderClassName
{
color: #FACB14;
}
.AnyTagClassName
{
color: #FACB14;
}
</style>
background-color css
<style>
a { background-color: #FACB14; }
a { background-color: rgb(250,203,20); }
div.DivClassName
{
background-color: #FACB14;
}
.BgClassName
{
background-color: #FACB14;
}
</style>
border-color css
<style>
span { border-color: #FACB14; }
span { border-color: rgb(250,203,20); }
td.TdClassName
{
border-color: #FACB14;
}
.TagClassName
{
border-color: #FACB14;
}
</style>