Shades of Turbo #FACA22
Tints of Turbo #FACA22
RGB
CMYK
RGB Variations
Color information
#FACA22 (or 0xFACA22) is known color: Turbo. HEX triplet: FA, CA and 22. RGB value is (250,202,34). Sum of RGB (Red+Green+Blue) = 250+202+34=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA22 is #0535DD. Grayscale: #C5C5C5. Windows color (decimal): -341470 or 2280186. OLE color: 2280186.
HSL color Cylindrical-coordinate representation of color #FACA22: hue angle of 46.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FACA22 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 34 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.02 |
| HSL | 46.67º | 0.96% | 0.56% | - |
| HSV(B) | 46.67º | 0.86% | 0.98% | - |
| XYZ | 60.83 | 62.68 | 10.41 | - |
| YUV | 197.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 34 | 0 | 0.19 | 0.86 | 0.02 | 46.67 | 0.96 | 0.56 |
| Hex | FA | CA | 22 | 0 | 13 | 56 | 2 | 2F | 60 | 38 |
| Octal | 372 | 312 | 42 | 0 | 23 | 126 | 2 | 57 | 140 | 70 |
| Binary | 11111010 | 11001010 | 100010 | 0 | 10011 | 1010110 | 10 | 101111 | 1100000 | 111000 |
Color Harmonies of #FACA22
Complementary color
Monochromatic Colors of #FACA22
Black with #FACA22
Text Example
Text Example
White with #FACA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA22; }
p { color: rgb(250,202,34); }
H1.HeaderClassName
{
color: #FACA22;
}
.AnyTagClassName
{
color: #FACA22;
}
</style>
background-color css
<style>
a { background-color: #FACA22; }
a { background-color: rgb(250,202,34); }
div.DivClassName
{
background-color: #FACA22;
}
.BgClassName
{
background-color: #FACA22;
}
</style>
border-color css
<style>
span { border-color: #FACA22; }
span { border-color: rgb(250,202,34); }
td.TdClassName
{
border-color: #FACA22;
}
.TagClassName
{
border-color: #FACA22;
}
</style>