Shades of Turbo #FAC523
Tints of Turbo #FAC523
RGB
CMYK
RGB Variations
Color information
#FAC523 (or 0xFAC523) is known color: Turbo. HEX triplet: FA, C5 and 23. RGB value is (250,197,35). Sum of RGB (Red+Green+Blue) = 250+197+35=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 35 (14.06% from 255 or 7.26% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC523 is #053ADC. Grayscale: #C3C3C3. Windows color (decimal): -342749 or 2344442. OLE color: 2344442.
HSL color Cylindrical-coordinate representation of color #FAC523: hue angle of 45.21º 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 #FAC523 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 35 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.02 |
| HSL | 45.21º | 0.96% | 0.56% | - |
| HSV(B) | 45.21º | 0.86% | 0.98% | - |
| XYZ | 59.69 | 60.38 | 10.1 | - |
| YUV | 194.38 | 38.06 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 35 | 0 | 0.21 | 0.86 | 0.02 | 45.21 | 0.96 | 0.56 |
| Hex | FA | C5 | 23 | 0 | 15 | 56 | 2 | 2D | 60 | 38 |
| Octal | 372 | 305 | 43 | 0 | 25 | 126 | 2 | 55 | 140 | 70 |
| Binary | 11111010 | 11000101 | 100011 | 0 | 10101 | 1010110 | 10 | 101101 | 1100000 | 111000 |
Color Harmonies of #FAC523
Complementary color
Monochromatic Colors of #FAC523
Black with #FAC523
Text Example
Text Example
White with #FAC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC523; }
p { color: rgb(250,197,35); }
H1.HeaderClassName
{
color: #FAC523;
}
.AnyTagClassName
{
color: #FAC523;
}
</style>
background-color css
<style>
a { background-color: #FAC523; }
a { background-color: rgb(250,197,35); }
div.DivClassName
{
background-color: #FAC523;
}
.BgClassName
{
background-color: #FAC523;
}
</style>
border-color css
<style>
span { border-color: #FAC523; }
span { border-color: rgb(250,197,35); }
td.TdClassName
{
border-color: #FAC523;
}
.TagClassName
{
border-color: #FAC523;
}
</style>