Shades of Turbo #FAC720
Tints of Turbo #FAC720
RGB
CMYK
RGB Variations
Color information
#FAC720 (or 0xFAC720) is known color: Turbo. HEX triplet: FA, C7 and 20. RGB value is (250,199,32). Sum of RGB (Red+Green+Blue) = 250+199+32=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC720 is #0538DF. Grayscale: #C3C3C3. Windows color (decimal): -342240 or 2148346. OLE color: 2148346.
HSL color Cylindrical-coordinate representation of color #FAC720: hue angle of 45.96º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAC720 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 32 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.02 |
| HSL | 45.96º | 0.96% | 0.55% | - |
| HSV(B) | 45.96º | 0.87% | 0.98% | - |
| XYZ | 60.11 | 61.28 | 10.03 | - |
| YUV | 195.21 | 35.9 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 32 | 0 | 0.20 | 0.87 | 0.02 | 45.96 | 0.96 | 0.55 |
| Hex | FA | C7 | 20 | 0 | 14 | 57 | 2 | 2E | 60 | 37 |
| Octal | 372 | 307 | 40 | 0 | 24 | 127 | 2 | 56 | 140 | 67 |
| Binary | 11111010 | 11000111 | 100000 | 0 | 10100 | 1010111 | 10 | 101110 | 1100000 | 110111 |
Color Harmonies of #FAC720
Complementary color
Monochromatic Colors of #FAC720
Black with #FAC720
Text Example
Text Example
White with #FAC720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC720; }
p { color: rgb(250,199,32); }
H1.HeaderClassName
{
color: #FAC720;
}
.AnyTagClassName
{
color: #FAC720;
}
</style>
background-color css
<style>
a { background-color: #FAC720; }
a { background-color: rgb(250,199,32); }
div.DivClassName
{
background-color: #FAC720;
}
.BgClassName
{
background-color: #FAC720;
}
</style>
border-color css
<style>
span { border-color: #FAC720; }
span { border-color: rgb(250,199,32); }
td.TdClassName
{
border-color: #FAC720;
}
.TagClassName
{
border-color: #FAC720;
}
</style>