Shades of Turbo #FAD618
Tints of Turbo #FAD618
RGB
CMYK
RGB Variations
Color information
#FAD618 (or 0xFAD618) is known color: Turbo. HEX triplet: FA, D6 and 18. RGB value is (250,214,24). Sum of RGB (Red+Green+Blue) = 250+214+24=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD618 is #0529E7. Grayscale: #CBCBCB. Windows color (decimal): -338408 or 1627898. OLE color: 1627898.
HSL color Cylindrical-coordinate representation of color #FAD618: hue angle of 50.44º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAD618 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 24 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.02 |
| HSL | 50.44º | 0.96% | 0.54% | - |
| HSV(B) | 50.44º | 0.9% | 0.98% | - |
| XYZ | 63.64 | 68.48 | 10.73 | - |
| YUV | 203.1 | 26.93 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 24 | 0 | 0.14 | 0.90 | 0.02 | 50.44 | 0.96 | 0.54 |
| Hex | FA | D6 | 18 | 0 | E | 5A | 2 | 32 | 60 | 36 |
| Octal | 372 | 326 | 30 | 0 | 16 | 132 | 2 | 62 | 140 | 66 |
| Binary | 11111010 | 11010110 | 11000 | 0 | 1110 | 1011010 | 10 | 110010 | 1100000 | 110110 |
Color Harmonies of #FAD618
Complementary color
Monochromatic Colors of #FAD618
Black with #FAD618
Text Example
Text Example
White with #FAD618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD618; }
p { color: rgb(250,214,24); }
H1.HeaderClassName
{
color: #FAD618;
}
.AnyTagClassName
{
color: #FAD618;
}
</style>
background-color css
<style>
a { background-color: #FAD618; }
a { background-color: rgb(250,214,24); }
div.DivClassName
{
background-color: #FAD618;
}
.BgClassName
{
background-color: #FAD618;
}
</style>
border-color css
<style>
span { border-color: #FAD618; }
span { border-color: rgb(250,214,24); }
td.TdClassName
{
border-color: #FAD618;
}
.TagClassName
{
border-color: #FAD618;
}
</style>