Shades of Turbo #FACA12
Tints of Turbo #FACA12
RGB
CMYK
RGB Variations
Color information
#FACA12 (or 0xFACA12) is known color: Turbo. HEX triplet: FA, CA and 12. RGB value is (250,202,18). Sum of RGB (Red+Green+Blue) = 250+202+18=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA12 is #0535ED. Grayscale: #C4C4C4. Windows color (decimal): -341486 or 1231610. OLE color: 1231610.
HSL color Cylindrical-coordinate representation of color #FACA12: hue angle of 47.59º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FACA12 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 18 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.02 |
| HSL | 47.59º | 0.96% | 0.53% | - |
| HSV(B) | 47.59º | 0.93% | 0.98% | - |
| XYZ | 60.65 | 62.61 | 9.46 | - |
| YUV | 195.38 | 27.9 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 18 | 0 | 0.19 | 0.93 | 0.02 | 47.59 | 0.96 | 0.53 |
| Hex | FA | CA | 12 | 0 | 13 | 5D | 2 | 30 | 60 | 35 |
| Octal | 372 | 312 | 22 | 0 | 23 | 135 | 2 | 60 | 140 | 65 |
| Binary | 11111010 | 11001010 | 10010 | 0 | 10011 | 1011101 | 10 | 110000 | 1100000 | 110101 |
Color Harmonies of #FACA12
Complementary color
Monochromatic Colors of #FACA12
Black with #FACA12
Text Example
Text Example
White with #FACA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA12; }
p { color: rgb(250,202,18); }
H1.HeaderClassName
{
color: #FACA12;
}
.AnyTagClassName
{
color: #FACA12;
}
</style>
background-color css
<style>
a { background-color: #FACA12; }
a { background-color: rgb(250,202,18); }
div.DivClassName
{
background-color: #FACA12;
}
.BgClassName
{
background-color: #FACA12;
}
</style>
border-color css
<style>
span { border-color: #FACA12; }
span { border-color: rgb(250,202,18); }
td.TdClassName
{
border-color: #FACA12;
}
.TagClassName
{
border-color: #FACA12;
}
</style>