Shades of Turbo #FACA20
Tints of Turbo #FACA20
RGB
CMYK
RGB Variations
Color information
#FACA20 (or 0xFACA20) is known color: Turbo. HEX triplet: FA, CA and 20. RGB value is (250,202,32). Sum of RGB (Red+Green+Blue) = 250+202+32=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA20 is #0535DF. Grayscale: #C5C5C5. Windows color (decimal): -341472 or 2149114. OLE color: 2149114.
HSL color Cylindrical-coordinate representation of color #FACA20: hue angle of 46.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FACA20 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 32 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.02 |
| HSL | 46.79º | 0.96% | 0.55% | - |
| HSV(B) | 46.79º | 0.87% | 0.98% | - |
| XYZ | 60.81 | 62.67 | 10.26 | - |
| YUV | 196.97 | 34.9 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 32 | 0 | 0.19 | 0.87 | 0.02 | 46.79 | 0.96 | 0.55 |
| Hex | FA | CA | 20 | 0 | 13 | 57 | 2 | 2F | 60 | 37 |
| Octal | 372 | 312 | 40 | 0 | 23 | 127 | 2 | 57 | 140 | 67 |
| Binary | 11111010 | 11001010 | 100000 | 0 | 10011 | 1010111 | 10 | 101111 | 1100000 | 110111 |
Color Harmonies of #FACA20
Complementary color
Monochromatic Colors of #FACA20
Black with #FACA20
Text Example
Text Example
White with #FACA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA20; }
p { color: rgb(250,202,32); }
H1.HeaderClassName
{
color: #FACA20;
}
.AnyTagClassName
{
color: #FACA20;
}
</style>
background-color css
<style>
a { background-color: #FACA20; }
a { background-color: rgb(250,202,32); }
div.DivClassName
{
background-color: #FACA20;
}
.BgClassName
{
background-color: #FACA20;
}
</style>
border-color css
<style>
span { border-color: #FACA20; }
span { border-color: rgb(250,202,32); }
td.TdClassName
{
border-color: #FACA20;
}
.TagClassName
{
border-color: #FACA20;
}
</style>