Shades of Turbo #FACA29
Tints of Turbo #FACA29
RGB
CMYK
RGB Variations
Color information
#FACA29 (or 0xFACA29) is known color: Turbo. HEX triplet: FA, CA and 29. RGB value is (250,202,41). Sum of RGB (Red+Green+Blue) = 250+202+41=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA29 is #0535D6. Grayscale: #C6C6C6. Windows color (decimal): -341463 or 2738938. OLE color: 2738938.
HSL color Cylindrical-coordinate representation of color #FACA29: hue angle of 46.22º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FACA29 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 41 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.02 |
| HSL | 46.22º | 0.95% | 0.57% | - |
| HSV(B) | 46.22º | 0.84% | 0.98% | - |
| XYZ | 60.95 | 62.73 | 10.99 | - |
| YUV | 198 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 41 | 0 | 0.19 | 0.84 | 0.02 | 46.22 | 0.95 | 0.57 |
| Hex | FA | CA | 29 | 0 | 13 | 54 | 2 | 2E | 5F | 39 |
| Octal | 372 | 312 | 51 | 0 | 23 | 124 | 2 | 56 | 137 | 71 |
| Binary | 11111010 | 11001010 | 101001 | 0 | 10011 | 1010100 | 10 | 101110 | 1011111 | 111001 |
Color Harmonies of #FACA29
Complementary color
Monochromatic Colors of #FACA29
Black with #FACA29
Text Example
Text Example
White with #FACA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA29; }
p { color: rgb(250,202,41); }
H1.HeaderClassName
{
color: #FACA29;
}
.AnyTagClassName
{
color: #FACA29;
}
</style>
background-color css
<style>
a { background-color: #FACA29; }
a { background-color: rgb(250,202,41); }
div.DivClassName
{
background-color: #FACA29;
}
.BgClassName
{
background-color: #FACA29;
}
</style>
border-color css
<style>
span { border-color: #FACA29; }
span { border-color: rgb(250,202,41); }
td.TdClassName
{
border-color: #FACA29;
}
.TagClassName
{
border-color: #FACA29;
}
</style>