Shades of Turbo #FADB1E
Tints of Turbo #FADB1E
RGB
CMYK
RGB Variations
Color information
#FADB1E (or 0xFADB1E) is known color: Turbo. HEX triplet: FA, DB and 1E. RGB value is (250,219,30). Sum of RGB (Red+Green+Blue) = 250+219+30=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB1E is #0524E1. Grayscale: #CFCFCF. Windows color (decimal): -337122 or 2022394. OLE color: 2022394.
HSL color Cylindrical-coordinate representation of color #FADB1E: hue angle of 51.55º 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 #FADB1E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 30 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.02 |
| HSL | 51.55º | 0.96% | 0.55% | - |
| HSV(B) | 51.55º | 0.88% | 0.98% | - |
| XYZ | 64.99 | 71.08 | 11.52 | - |
| YUV | 206.72 | 28.27 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 30 | 0 | 0.12 | 0.88 | 0.02 | 51.55 | 0.96 | 0.55 |
| Hex | FA | DB | 1E | 0 | C | 58 | 2 | 34 | 60 | 37 |
| Octal | 372 | 333 | 36 | 0 | 14 | 130 | 2 | 64 | 140 | 67 |
| Binary | 11111010 | 11011011 | 11110 | 0 | 1100 | 1011000 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FADB1E
Complementary color
Monochromatic Colors of #FADB1E
Black with #FADB1E
Text Example
Text Example
White with #FADB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB1E; }
p { color: rgb(250,219,30); }
H1.HeaderClassName
{
color: #FADB1E;
}
.AnyTagClassName
{
color: #FADB1E;
}
</style>
background-color css
<style>
a { background-color: #FADB1E; }
a { background-color: rgb(250,219,30); }
div.DivClassName
{
background-color: #FADB1E;
}
.BgClassName
{
background-color: #FADB1E;
}
</style>
border-color css
<style>
span { border-color: #FADB1E; }
span { border-color: rgb(250,219,30); }
td.TdClassName
{
border-color: #FADB1E;
}
.TagClassName
{
border-color: #FADB1E;
}
</style>