Shades of Turbo #FAC526
Tints of Turbo #FAC526
RGB
CMYK
RGB Variations
Color information
#FAC526 (or 0xFAC526) is known color: Turbo. HEX triplet: FA, C5 and 26. RGB value is (250,197,38). Sum of RGB (Red+Green+Blue) = 250+197+38=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC526 is #053AD9. Grayscale: #C3C3C3. Windows color (decimal): -342746 or 2541050. OLE color: 2541050.
HSL color Cylindrical-coordinate representation of color #FAC526: hue angle of 45º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAC526 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 38 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.02 |
| HSL | 45º | 0.95% | 0.56% | - |
| HSV(B) | 45º | 0.85% | 0.98% | - |
| XYZ | 59.74 | 60.4 | 10.34 | - |
| YUV | 194.72 | 39.56 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 38 | 0 | 0.21 | 0.85 | 0.02 | 45 | 0.95 | 0.56 |
| Hex | FA | C5 | 26 | 0 | 15 | 55 | 2 | 2D | 5F | 38 |
| Octal | 372 | 305 | 46 | 0 | 25 | 125 | 2 | 55 | 137 | 70 |
| Binary | 11111010 | 11000101 | 100110 | 0 | 10101 | 1010101 | 10 | 101101 | 1011111 | 111000 |
Color Harmonies of #FAC526
Complementary color
Monochromatic Colors of #FAC526
Black with #FAC526
Text Example
Text Example
White with #FAC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC526; }
p { color: rgb(250,197,38); }
H1.HeaderClassName
{
color: #FAC526;
}
.AnyTagClassName
{
color: #FAC526;
}
</style>
background-color css
<style>
a { background-color: #FAC526; }
a { background-color: rgb(250,197,38); }
div.DivClassName
{
background-color: #FAC526;
}
.BgClassName
{
background-color: #FAC526;
}
</style>
border-color css
<style>
span { border-color: #FAC526; }
span { border-color: rgb(250,197,38); }
td.TdClassName
{
border-color: #FAC526;
}
.TagClassName
{
border-color: #FAC526;
}
</style>