Shades of Turbo #FADB1F
Tints of Turbo #FADB1F
RGB
CMYK
RGB Variations
Color information
#FADB1F (or 0xFADB1F) is known color: Turbo. HEX triplet: FA, DB and 1F. RGB value is (250,219,31). Sum of RGB (Red+Green+Blue) = 250+219+31=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB1F is #0524E0. Grayscale: #CFCFCF. Windows color (decimal): -337121 or 2087930. OLE color: 2087930.
HSL color Cylindrical-coordinate representation of color #FADB1F: hue angle of 51.51º 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 #FADB1F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 31 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.02 |
| HSL | 51.51º | 0.96% | 0.55% | - |
| HSV(B) | 51.51º | 0.88% | 0.98% | - |
| XYZ | 65 | 71.09 | 11.59 | - |
| YUV | 206.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 31 | 0 | 0.12 | 0.88 | 0.02 | 51.51 | 0.96 | 0.55 |
| Hex | FA | DB | 1F | 0 | C | 58 | 2 | 34 | 60 | 37 |
| Octal | 372 | 333 | 37 | 0 | 14 | 130 | 2 | 64 | 140 | 67 |
| Binary | 11111010 | 11011011 | 11111 | 0 | 1100 | 1011000 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FADB1F
Complementary color
Monochromatic Colors of #FADB1F
Black with #FADB1F
Text Example
Text Example
White with #FADB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB1F; }
p { color: rgb(250,219,31); }
H1.HeaderClassName
{
color: #FADB1F;
}
.AnyTagClassName
{
color: #FADB1F;
}
</style>
background-color css
<style>
a { background-color: #FADB1F; }
a { background-color: rgb(250,219,31); }
div.DivClassName
{
background-color: #FADB1F;
}
.BgClassName
{
background-color: #FADB1F;
}
</style>
border-color css
<style>
span { border-color: #FADB1F; }
span { border-color: rgb(250,219,31); }
td.TdClassName
{
border-color: #FADB1F;
}
.TagClassName
{
border-color: #FADB1F;
}
</style>