Shades of Turbo #FAC822
Tints of Turbo #FAC822
RGB
CMYK
RGB Variations
Color information
#FAC822 (or 0xFAC822) is known color: Turbo. HEX triplet: FA, C8 and 22. RGB value is (250,200,34). Sum of RGB (Red+Green+Blue) = 250+200+34=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC822 is #0537DD. Grayscale: #C4C4C4. Windows color (decimal): -341982 or 2279674. OLE color: 2279674.
HSL color Cylindrical-coordinate representation of color #FAC822: hue angle of 46.11º 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 #FAC822 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 34 | - |
| CMYK | 0 | 0.2 | 0.86 | 0.02 |
| HSL | 46.11º | 0.96% | 0.56% | - |
| HSV(B) | 46.11º | 0.86% | 0.98% | - |
| XYZ | 60.37 | 61.75 | 10.25 | - |
| YUV | 196.03 | 36.57 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 34 | 0 | 0.2 | 0.86 | 0.02 | 46.11 | 0.96 | 0.56 |
| Hex | FA | C8 | 22 | 0 | 14 | 56 | 2 | 2E | 60 | 38 |
| Octal | 372 | 310 | 42 | 0 | 24 | 126 | 2 | 56 | 140 | 70 |
| Binary | 11111010 | 11001000 | 100010 | 0 | 10100 | 1010110 | 10 | 101110 | 1100000 | 111000 |
Color Harmonies of #FAC822
Complementary color
Monochromatic Colors of #FAC822
Black with #FAC822
Text Example
Text Example
White with #FAC822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC822; }
p { color: rgb(250,200,34); }
H1.HeaderClassName
{
color: #FAC822;
}
.AnyTagClassName
{
color: #FAC822;
}
</style>
background-color css
<style>
a { background-color: #FAC822; }
a { background-color: rgb(250,200,34); }
div.DivClassName
{
background-color: #FAC822;
}
.BgClassName
{
background-color: #FAC822;
}
</style>
border-color css
<style>
span { border-color: #FAC822; }
span { border-color: rgb(250,200,34); }
td.TdClassName
{
border-color: #FAC822;
}
.TagClassName
{
border-color: #FAC822;
}
</style>