Shades of Turbo #FADC1D
Tints of Turbo #FADC1D
RGB
CMYK
RGB Variations
Color information
#FADC1D (or 0xFADC1D) is known color: Turbo. HEX triplet: FA, DC and 1D. RGB value is (250,220,29). Sum of RGB (Red+Green+Blue) = 250+220+29=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC1D is #0523E2. Grayscale: #CFCFCF. Windows color (decimal): -336867 or 1957114. OLE color: 1957114.
HSL color Cylindrical-coordinate representation of color #FADC1D: hue angle of 51.86º 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 #FADC1D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.02 |
| HSL | 51.86º | 0.96% | 0.55% | - |
| HSV(B) | 51.86º | 0.88% | 0.98% | - |
| XYZ | 65.24 | 71.6 | 11.54 | - |
| YUV | 207.2 | 27.44 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 29 | 0 | 0.12 | 0.88 | 0.02 | 51.86 | 0.96 | 0.55 |
| Hex | FA | DC | 1D | 0 | C | 58 | 2 | 34 | 60 | 37 |
| Octal | 372 | 334 | 35 | 0 | 14 | 130 | 2 | 64 | 140 | 67 |
| Binary | 11111010 | 11011100 | 11101 | 0 | 1100 | 1011000 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FADC1D
Complementary color
Monochromatic Colors of #FADC1D
Black with #FADC1D
Text Example
Text Example
White with #FADC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC1D; }
p { color: rgb(250,220,29); }
H1.HeaderClassName
{
color: #FADC1D;
}
.AnyTagClassName
{
color: #FADC1D;
}
</style>
background-color css
<style>
a { background-color: #FADC1D; }
a { background-color: rgb(250,220,29); }
div.DivClassName
{
background-color: #FADC1D;
}
.BgClassName
{
background-color: #FADC1D;
}
</style>
border-color css
<style>
span { border-color: #FADC1D; }
span { border-color: rgb(250,220,29); }
td.TdClassName
{
border-color: #FADC1D;
}
.TagClassName
{
border-color: #FADC1D;
}
</style>