Shades of Turbo #FAC61E
Tints of Turbo #FAC61E
RGB
CMYK
RGB Variations
Color information
#FAC61E (or 0xFAC61E) is known color: Turbo. HEX triplet: FA, C6 and 1E. RGB value is (250,198,30). Sum of RGB (Red+Green+Blue) = 250+198+30=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC61E is #0539E1. Grayscale: #C3C3C3. Windows color (decimal): -342498 or 2017018. OLE color: 2017018.
HSL color Cylindrical-coordinate representation of color #FAC61E: hue angle of 45.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAC61E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 30 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.02 |
| HSL | 45.82º | 0.96% | 0.55% | - |
| HSV(B) | 45.82º | 0.88% | 0.98% | - |
| XYZ | 59.85 | 60.81 | 9.81 | - |
| YUV | 194.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 30 | 0 | 0.21 | 0.88 | 0.02 | 45.82 | 0.96 | 0.55 |
| Hex | FA | C6 | 1E | 0 | 15 | 58 | 2 | 2E | 60 | 37 |
| Octal | 372 | 306 | 36 | 0 | 25 | 130 | 2 | 56 | 140 | 67 |
| Binary | 11111010 | 11000110 | 11110 | 0 | 10101 | 1011000 | 10 | 101110 | 1100000 | 110111 |
Color Harmonies of #FAC61E
Complementary color
Monochromatic Colors of #FAC61E
Black with #FAC61E
Text Example
Text Example
White with #FAC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC61E; }
p { color: rgb(250,198,30); }
H1.HeaderClassName
{
color: #FAC61E;
}
.AnyTagClassName
{
color: #FAC61E;
}
</style>
background-color css
<style>
a { background-color: #FAC61E; }
a { background-color: rgb(250,198,30); }
div.DivClassName
{
background-color: #FAC61E;
}
.BgClassName
{
background-color: #FAC61E;
}
</style>
border-color css
<style>
span { border-color: #FAC61E; }
span { border-color: rgb(250,198,30); }
td.TdClassName
{
border-color: #FAC61E;
}
.TagClassName
{
border-color: #FAC61E;
}
</style>