Shades of Turbo #FAC625
Tints of Turbo #FAC625
RGB
CMYK
RGB Variations
Color information
#FAC625 (or 0xFAC625) is known color: Turbo. HEX triplet: FA, C6 and 25. RGB value is (250,198,37). Sum of RGB (Red+Green+Blue) = 250+198+37=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC625 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC625 is #0539DA. Grayscale: #C3C3C3. Windows color (decimal): -342491 or 2475770. OLE color: 2475770.
HSL color Cylindrical-coordinate representation of color #FAC625: hue angle of 45.35º degrees, saturation: 0.96, 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 #FAC625 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.02 |
| HSL | 45.35º | 0.96% | 0.56% | - |
| HSV(B) | 45.35º | 0.85% | 0.98% | - |
| XYZ | 59.95 | 60.85 | 10.33 | - |
| YUV | 195.19 | 38.73 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 37 | 0 | 0.21 | 0.85 | 0.02 | 45.35 | 0.96 | 0.56 |
| Hex | FA | C6 | 25 | 0 | 15 | 55 | 2 | 2D | 60 | 38 |
| Octal | 372 | 306 | 45 | 0 | 25 | 125 | 2 | 55 | 140 | 70 |
| Binary | 11111010 | 11000110 | 100101 | 0 | 10101 | 1010101 | 10 | 101101 | 1100000 | 111000 |
Color Harmonies of #FAC625
Complementary color
Monochromatic Colors of #FAC625
Black with #FAC625
Text Example
Text Example
White with #FAC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC625; }
p { color: rgb(250,198,37); }
H1.HeaderClassName
{
color: #FAC625;
}
.AnyTagClassName
{
color: #FAC625;
}
</style>
background-color css
<style>
a { background-color: #FAC625; }
a { background-color: rgb(250,198,37); }
div.DivClassName
{
background-color: #FAC625;
}
.BgClassName
{
background-color: #FAC625;
}
</style>
border-color css
<style>
span { border-color: #FAC625; }
span { border-color: rgb(250,198,37); }
td.TdClassName
{
border-color: #FAC625;
}
.TagClassName
{
border-color: #FAC625;
}
</style>