Shades of Turbo #FAD61C
Tints of Turbo #FAD61C
RGB
CMYK
RGB Variations
Color information
#FAD61C (or 0xFAD61C) is known color: Turbo. HEX triplet: FA, D6 and 1C. RGB value is (250,214,28). Sum of RGB (Red+Green+Blue) = 250+214+28=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD61C is #0529E3. Grayscale: #CCCCCC. Windows color (decimal): -338404 or 1890042. OLE color: 1890042.
HSL color Cylindrical-coordinate representation of color #FAD61C: hue angle of 50.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAD61C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 28 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.02 |
| HSL | 50.27º | 0.96% | 0.55% | - |
| HSV(B) | 50.27º | 0.89% | 0.98% | - |
| XYZ | 63.68 | 68.5 | 10.96 | - |
| YUV | 203.56 | 28.93 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 28 | 0 | 0.14 | 0.89 | 0.02 | 50.27 | 0.96 | 0.55 |
| Hex | FA | D6 | 1C | 0 | E | 59 | 2 | 32 | 60 | 37 |
| Octal | 372 | 326 | 34 | 0 | 16 | 131 | 2 | 62 | 140 | 67 |
| Binary | 11111010 | 11010110 | 11100 | 0 | 1110 | 1011001 | 10 | 110010 | 1100000 | 110111 |
Color Harmonies of #FAD61C
Complementary color
Monochromatic Colors of #FAD61C
Black with #FAD61C
Text Example
Text Example
White with #FAD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD61C; }
p { color: rgb(250,214,28); }
H1.HeaderClassName
{
color: #FAD61C;
}
.AnyTagClassName
{
color: #FAD61C;
}
</style>
background-color css
<style>
a { background-color: #FAD61C; }
a { background-color: rgb(250,214,28); }
div.DivClassName
{
background-color: #FAD61C;
}
.BgClassName
{
background-color: #FAD61C;
}
</style>
border-color css
<style>
span { border-color: #FAD61C; }
span { border-color: rgb(250,214,28); }
td.TdClassName
{
border-color: #FAD61C;
}
.TagClassName
{
border-color: #FAD61C;
}
</style>