Shades of Turbo #FAC524
Tints of Turbo #FAC524
RGB
CMYK
RGB Variations
Color information
#FAC524 (or 0xFAC524) is known color: Turbo. HEX triplet: FA, C5 and 24. RGB value is (250,197,36). Sum of RGB (Red+Green+Blue) = 250+197+36=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC524 is #053ADB. Grayscale: #C3C3C3. Windows color (decimal): -342748 or 2409978. OLE color: 2409978.
HSL color Cylindrical-coordinate representation of color #FAC524: hue angle of 45.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAC524 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 36 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.02 |
| HSL | 45.14º | 0.96% | 0.56% | - |
| HSV(B) | 45.14º | 0.86% | 0.98% | - |
| XYZ | 59.71 | 60.38 | 10.18 | - |
| YUV | 194.49 | 38.56 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 36 | 0 | 0.21 | 0.86 | 0.02 | 45.14 | 0.96 | 0.56 |
| Hex | FA | C5 | 24 | 0 | 15 | 56 | 2 | 2D | 60 | 38 |
| Octal | 372 | 305 | 44 | 0 | 25 | 126 | 2 | 55 | 140 | 70 |
| Binary | 11111010 | 11000101 | 100100 | 0 | 10101 | 1010110 | 10 | 101101 | 1100000 | 111000 |
Color Harmonies of #FAC524
Complementary color
Monochromatic Colors of #FAC524
Black with #FAC524
Text Example
Text Example
White with #FAC524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC524; }
p { color: rgb(250,197,36); }
H1.HeaderClassName
{
color: #FAC524;
}
.AnyTagClassName
{
color: #FAC524;
}
</style>
background-color css
<style>
a { background-color: #FAC524; }
a { background-color: rgb(250,197,36); }
div.DivClassName
{
background-color: #FAC524;
}
.BgClassName
{
background-color: #FAC524;
}
</style>
border-color css
<style>
span { border-color: #FAC524; }
span { border-color: rgb(250,197,36); }
td.TdClassName
{
border-color: #FAC524;
}
.TagClassName
{
border-color: #FAC524;
}
</style>