Shades of Turbo #FAC51F
Tints of Turbo #FAC51F
RGB
CMYK
RGB Variations
Color information
#FAC51F (or 0xFAC51F) is known color: Turbo. HEX triplet: FA, C5 and 1F. RGB value is (250,197,31). Sum of RGB (Red+Green+Blue) = 250+197+31=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC51F is #053AE0. Grayscale: #C2C2C2. Windows color (decimal): -342753 or 2082298. OLE color: 2082298.
HSL color Cylindrical-coordinate representation of color #FAC51F: hue angle of 45.48º 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 #FAC51F is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 31 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.02 |
| HSL | 45.48º | 0.96% | 0.55% | - |
| HSV(B) | 45.48º | 0.88% | 0.98% | - |
| XYZ | 59.64 | 60.36 | 9.8 | - |
| YUV | 193.92 | 36.06 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 31 | 0 | 0.21 | 0.88 | 0.02 | 45.48 | 0.96 | 0.55 |
| Hex | FA | C5 | 1F | 0 | 15 | 58 | 2 | 2D | 60 | 37 |
| Octal | 372 | 305 | 37 | 0 | 25 | 130 | 2 | 55 | 140 | 67 |
| Binary | 11111010 | 11000101 | 11111 | 0 | 10101 | 1011000 | 10 | 101101 | 1100000 | 110111 |
Color Harmonies of #FAC51F
Complementary color
Monochromatic Colors of #FAC51F
Black with #FAC51F
Text Example
Text Example
White with #FAC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC51F; }
p { color: rgb(250,197,31); }
H1.HeaderClassName
{
color: #FAC51F;
}
.AnyTagClassName
{
color: #FAC51F;
}
</style>
background-color css
<style>
a { background-color: #FAC51F; }
a { background-color: rgb(250,197,31); }
div.DivClassName
{
background-color: #FAC51F;
}
.BgClassName
{
background-color: #FAC51F;
}
</style>
border-color css
<style>
span { border-color: #FAC51F; }
span { border-color: rgb(250,197,31); }
td.TdClassName
{
border-color: #FAC51F;
}
.TagClassName
{
border-color: #FAC51F;
}
</style>