Shades of Turbo #FAC92A
Tints of Turbo #FAC92A
RGB
CMYK
RGB Variations
Color information
#FAC92A (or 0xFAC92A) is known color: Turbo. HEX triplet: FA, C9 and 2A. RGB value is (250,201,42). Sum of RGB (Red+Green+Blue) = 250+201+42=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC92A is #0536D5. Grayscale: #C6C6C6. Windows color (decimal): -341718 or 2804218. OLE color: 2804218.
HSL color Cylindrical-coordinate representation of color #FAC92A: hue angle of 45.87º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAC92A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 42 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.02 |
| HSL | 45.87º | 0.95% | 0.57% | - |
| HSV(B) | 45.87º | 0.83% | 0.98% | - |
| XYZ | 60.73 | 62.26 | 11.01 | - |
| YUV | 197.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 42 | 0 | 0.20 | 0.83 | 0.02 | 45.87 | 0.95 | 0.57 |
| Hex | FA | C9 | 2A | 0 | 14 | 53 | 2 | 2E | 5F | 39 |
| Octal | 372 | 311 | 52 | 0 | 24 | 123 | 2 | 56 | 137 | 71 |
| Binary | 11111010 | 11001001 | 101010 | 0 | 10100 | 1010011 | 10 | 101110 | 1011111 | 111001 |
Color Harmonies of #FAC92A
Complementary color
Monochromatic Colors of #FAC92A
Black with #FAC92A
Text Example
Text Example
White with #FAC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC92A; }
p { color: rgb(250,201,42); }
H1.HeaderClassName
{
color: #FAC92A;
}
.AnyTagClassName
{
color: #FAC92A;
}
</style>
background-color css
<style>
a { background-color: #FAC92A; }
a { background-color: rgb(250,201,42); }
div.DivClassName
{
background-color: #FAC92A;
}
.BgClassName
{
background-color: #FAC92A;
}
</style>
border-color css
<style>
span { border-color: #FAC92A; }
span { border-color: rgb(250,201,42); }
td.TdClassName
{
border-color: #FAC92A;
}
.TagClassName
{
border-color: #FAC92A;
}
</style>