Shades of Turbo #FAC71B
Tints of Turbo #FAC71B
RGB
CMYK
RGB Variations
Color information
#FAC71B (or 0xFAC71B) is known color: Turbo. HEX triplet: FA, C7 and 1B. RGB value is (250,199,27). Sum of RGB (Red+Green+Blue) = 250+199+27=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC71B is #0538E4. Grayscale: #C3C3C3. Windows color (decimal): -342245 or 1820666. OLE color: 1820666.
HSL color Cylindrical-coordinate representation of color #FAC71B: hue angle of 46.28º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAC71B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.02 |
| HSL | 46.28º | 0.96% | 0.54% | - |
| HSV(B) | 46.28º | 0.89% | 0.98% | - |
| XYZ | 60.05 | 61.25 | 9.69 | - |
| YUV | 194.64 | 33.4 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 27 | 0 | 0.20 | 0.89 | 0.02 | 46.28 | 0.96 | 0.54 |
| Hex | FA | C7 | 1B | 0 | 14 | 59 | 2 | 2E | 60 | 36 |
| Octal | 372 | 307 | 33 | 0 | 24 | 131 | 2 | 56 | 140 | 66 |
| Binary | 11111010 | 11000111 | 11011 | 0 | 10100 | 1011001 | 10 | 101110 | 1100000 | 110110 |
Color Harmonies of #FAC71B
Complementary color
Monochromatic Colors of #FAC71B
Black with #FAC71B
Text Example
Text Example
White with #FAC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC71B; }
p { color: rgb(250,199,27); }
H1.HeaderClassName
{
color: #FAC71B;
}
.AnyTagClassName
{
color: #FAC71B;
}
</style>
background-color css
<style>
a { background-color: #FAC71B; }
a { background-color: rgb(250,199,27); }
div.DivClassName
{
background-color: #FAC71B;
}
.BgClassName
{
background-color: #FAC71B;
}
</style>
border-color css
<style>
span { border-color: #FAC71B; }
span { border-color: rgb(250,199,27); }
td.TdClassName
{
border-color: #FAC71B;
}
.TagClassName
{
border-color: #FAC71B;
}
</style>