Shades of Turbo #FAC929
Tints of Turbo #FAC929
RGB
CMYK
RGB Variations
Color information
#FAC929 (or 0xFAC929) is known color: Turbo. HEX triplet: FA, C9 and 29. RGB value is (250,201,41). Sum of RGB (Red+Green+Blue) = 250+201+41=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC929 is #0536D6. Grayscale: #C6C6C6. Windows color (decimal): -341719 or 2738682. OLE color: 2738682.
HSL color Cylindrical-coordinate representation of color #FAC929: hue angle of 45.93º 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 #FAC929 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 41 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.02 |
| HSL | 45.93º | 0.95% | 0.57% | - |
| HSV(B) | 45.93º | 0.84% | 0.98% | - |
| XYZ | 60.71 | 62.26 | 10.91 | - |
| YUV | 197.41 | 39.73 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 41 | 0 | 0.20 | 0.84 | 0.02 | 45.93 | 0.95 | 0.57 |
| Hex | FA | C9 | 29 | 0 | 14 | 54 | 2 | 2E | 5F | 39 |
| Octal | 372 | 311 | 51 | 0 | 24 | 124 | 2 | 56 | 137 | 71 |
| Binary | 11111010 | 11001001 | 101001 | 0 | 10100 | 1010100 | 10 | 101110 | 1011111 | 111001 |
Color Harmonies of #FAC929
Complementary color
Monochromatic Colors of #FAC929
Black with #FAC929
Text Example
Text Example
White with #FAC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC929; }
p { color: rgb(250,201,41); }
H1.HeaderClassName
{
color: #FAC929;
}
.AnyTagClassName
{
color: #FAC929;
}
</style>
background-color css
<style>
a { background-color: #FAC929; }
a { background-color: rgb(250,201,41); }
div.DivClassName
{
background-color: #FAC929;
}
.BgClassName
{
background-color: #FAC929;
}
</style>
border-color css
<style>
span { border-color: #FAC929; }
span { border-color: rgb(250,201,41); }
td.TdClassName
{
border-color: #FAC929;
}
.TagClassName
{
border-color: #FAC929;
}
</style>