Shades of Turbo #FAC924
Tints of Turbo #FAC924
RGB
CMYK
RGB Variations
Color information
#FAC924 (or 0xFAC924) is known color: Turbo. HEX triplet: FA, C9 and 24. RGB value is (250,201,36). Sum of RGB (Red+Green+Blue) = 250+201+36=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC924 is #0536DB. Grayscale: #C5C5C5. Windows color (decimal): -341724 or 2411002. OLE color: 2411002.
HSL color Cylindrical-coordinate representation of color #FAC924: hue angle of 46.26º 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 #FAC924 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 36 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.02 |
| HSL | 46.26º | 0.96% | 0.56% | - |
| HSV(B) | 46.26º | 0.86% | 0.98% | - |
| XYZ | 60.63 | 62.22 | 10.48 | - |
| YUV | 196.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 36 | 0 | 0.20 | 0.86 | 0.02 | 46.26 | 0.96 | 0.56 |
| Hex | FA | C9 | 24 | 0 | 14 | 56 | 2 | 2E | 60 | 38 |
| Octal | 372 | 311 | 44 | 0 | 24 | 126 | 2 | 56 | 140 | 70 |
| Binary | 11111010 | 11001001 | 100100 | 0 | 10100 | 1010110 | 10 | 101110 | 1100000 | 111000 |
Color Harmonies of #FAC924
Complementary color
Monochromatic Colors of #FAC924
Black with #FAC924
Text Example
Text Example
White with #FAC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC924; }
p { color: rgb(250,201,36); }
H1.HeaderClassName
{
color: #FAC924;
}
.AnyTagClassName
{
color: #FAC924;
}
</style>
background-color css
<style>
a { background-color: #FAC924; }
a { background-color: rgb(250,201,36); }
div.DivClassName
{
background-color: #FAC924;
}
.BgClassName
{
background-color: #FAC924;
}
</style>
border-color css
<style>
span { border-color: #FAC924; }
span { border-color: rgb(250,201,36); }
td.TdClassName
{
border-color: #FAC924;
}
.TagClassName
{
border-color: #FAC924;
}
</style>