Shades of Turbo #FACA15
Tints of Turbo #FACA15
RGB
CMYK
RGB Variations
Color information
#FACA15 (or 0xFACA15) is known color: Turbo. HEX triplet: FA, CA and 15. RGB value is (250,202,21). Sum of RGB (Red+Green+Blue) = 250+202+21=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA15 is #0535EA. Grayscale: #C4C4C4. Windows color (decimal): -341483 or 1428218. OLE color: 1428218.
HSL color Cylindrical-coordinate representation of color #FACA15: hue angle of 47.42º 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 #FACA15 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 21 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.02 |
| HSL | 47.42º | 0.96% | 0.53% | - |
| HSV(B) | 47.42º | 0.92% | 0.98% | - |
| XYZ | 60.68 | 62.62 | 9.6 | - |
| YUV | 195.72 | 29.4 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 21 | 0 | 0.19 | 0.92 | 0.02 | 47.42 | 0.96 | 0.53 |
| Hex | FA | CA | 15 | 0 | 13 | 5C | 2 | 2F | 60 | 35 |
| Octal | 372 | 312 | 25 | 0 | 23 | 134 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11001010 | 10101 | 0 | 10011 | 1011100 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FACA15
Complementary color
Monochromatic Colors of #FACA15
Black with #FACA15
Text Example
Text Example
White with #FACA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA15; }
p { color: rgb(250,202,21); }
H1.HeaderClassName
{
color: #FACA15;
}
.AnyTagClassName
{
color: #FACA15;
}
</style>
background-color css
<style>
a { background-color: #FACA15; }
a { background-color: rgb(250,202,21); }
div.DivClassName
{
background-color: #FACA15;
}
.BgClassName
{
background-color: #FACA15;
}
</style>
border-color css
<style>
span { border-color: #FACA15; }
span { border-color: rgb(250,202,21); }
td.TdClassName
{
border-color: #FACA15;
}
.TagClassName
{
border-color: #FACA15;
}
</style>