Shades of Turbo #FACB12
Tints of Turbo #FACB12
RGB
CMYK
RGB Variations
Color information
#FACB12 (or 0xFACB12) is known color: Turbo. HEX triplet: FA, CB and 12. RGB value is (250,203,18). Sum of RGB (Red+Green+Blue) = 250+203+18=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB12 is #0534ED. Grayscale: #C4C4C4. Windows color (decimal): -341230 or 1231866. OLE color: 1231866.
HSL color Cylindrical-coordinate representation of color #FACB12: hue angle of 47.84º 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 #FACB12 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 18 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.02 |
| HSL | 47.84º | 0.96% | 0.53% | - |
| HSV(B) | 47.84º | 0.93% | 0.98% | - |
| XYZ | 60.89 | 63.08 | 9.54 | - |
| YUV | 195.96 | 27.57 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 18 | 0 | 0.19 | 0.93 | 0.02 | 47.84 | 0.96 | 0.53 |
| Hex | FA | CB | 12 | 0 | 13 | 5D | 2 | 30 | 60 | 35 |
| Octal | 372 | 313 | 22 | 0 | 23 | 135 | 2 | 60 | 140 | 65 |
| Binary | 11111010 | 11001011 | 10010 | 0 | 10011 | 1011101 | 10 | 110000 | 1100000 | 110101 |
Color Harmonies of #FACB12
Complementary color
Monochromatic Colors of #FACB12
Black with #FACB12
Text Example
Text Example
White with #FACB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB12; }
p { color: rgb(250,203,18); }
H1.HeaderClassName
{
color: #FACB12;
}
.AnyTagClassName
{
color: #FACB12;
}
</style>
background-color css
<style>
a { background-color: #FACB12; }
a { background-color: rgb(250,203,18); }
div.DivClassName
{
background-color: #FACB12;
}
.BgClassName
{
background-color: #FACB12;
}
</style>
border-color css
<style>
span { border-color: #FACB12; }
span { border-color: rgb(250,203,18); }
td.TdClassName
{
border-color: #FACB12;
}
.TagClassName
{
border-color: #FACB12;
}
</style>