Shades of Turbo #FAC825
Tints of Turbo #FAC825
RGB
CMYK
RGB Variations
Color information
#FAC825 (or 0xFAC825) is known color: Turbo. HEX triplet: FA, C8 and 25. RGB value is (250,200,37). Sum of RGB (Red+Green+Blue) = 250+200+37=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC825 is #0537DA. Grayscale: #C5C5C5. Windows color (decimal): -341979 or 2476282. OLE color: 2476282.
HSL color Cylindrical-coordinate representation of color #FAC825: hue angle of 45.92º 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 #FAC825 is Cyan = 0, Magento = 0.2, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 37 | - |
| CMYK | 0 | 0.2 | 0.85 | 0.02 |
| HSL | 45.92º | 0.96% | 0.56% | - |
| HSV(B) | 45.92º | 0.85% | 0.98% | - |
| XYZ | 60.41 | 61.77 | 10.49 | - |
| YUV | 196.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 37 | 0 | 0.2 | 0.85 | 0.02 | 45.92 | 0.96 | 0.56 |
| Hex | FA | C8 | 25 | 0 | 14 | 55 | 2 | 2E | 60 | 38 |
| Octal | 372 | 310 | 45 | 0 | 24 | 125 | 2 | 56 | 140 | 70 |
| Binary | 11111010 | 11001000 | 100101 | 0 | 10100 | 1010101 | 10 | 101110 | 1100000 | 111000 |
Color Harmonies of #FAC825
Complementary color
Monochromatic Colors of #FAC825
Black with #FAC825
Text Example
Text Example
White with #FAC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC825; }
p { color: rgb(250,200,37); }
H1.HeaderClassName
{
color: #FAC825;
}
.AnyTagClassName
{
color: #FAC825;
}
</style>
background-color css
<style>
a { background-color: #FAC825; }
a { background-color: rgb(250,200,37); }
div.DivClassName
{
background-color: #FAC825;
}
.BgClassName
{
background-color: #FAC825;
}
</style>
border-color css
<style>
span { border-color: #FAC825; }
span { border-color: rgb(250,200,37); }
td.TdClassName
{
border-color: #FAC825;
}
.TagClassName
{
border-color: #FAC825;
}
</style>