Shades of Turbo #FAD21C
Tints of Turbo #FAD21C
RGB
CMYK
RGB Variations
Color information
#FAD21C (or 0xFAD21C) is known color: Turbo. HEX triplet: FA, D2 and 1C. RGB value is (250,210,28). Sum of RGB (Red+Green+Blue) = 250+210+28=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD21C is #052DE3. Grayscale: #C9C9C9. Windows color (decimal): -339428 or 1889018. OLE color: 1889018.
HSL color Cylindrical-coordinate representation of color #FAD21C: hue angle of 49.19º 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 #FAD21C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 28 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.02 |
| HSL | 49.19º | 0.96% | 0.55% | - |
| HSV(B) | 49.19º | 0.89% | 0.98% | - |
| XYZ | 62.68 | 66.5 | 10.63 | - |
| YUV | 201.21 | 30.25 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 28 | 0 | 0.16 | 0.89 | 0.02 | 49.19 | 0.96 | 0.55 |
| Hex | FA | D2 | 1C | 0 | 10 | 59 | 2 | 31 | 60 | 37 |
| Octal | 372 | 322 | 34 | 0 | 20 | 131 | 2 | 61 | 140 | 67 |
| Binary | 11111010 | 11010010 | 11100 | 0 | 10000 | 1011001 | 10 | 110001 | 1100000 | 110111 |
Color Harmonies of #FAD21C
Complementary color
Monochromatic Colors of #FAD21C
Black with #FAD21C
Text Example
Text Example
White with #FAD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD21C; }
p { color: rgb(250,210,28); }
H1.HeaderClassName
{
color: #FAD21C;
}
.AnyTagClassName
{
color: #FAD21C;
}
</style>
background-color css
<style>
a { background-color: #FAD21C; }
a { background-color: rgb(250,210,28); }
div.DivClassName
{
background-color: #FAD21C;
}
.BgClassName
{
background-color: #FAD21C;
}
</style>
border-color css
<style>
span { border-color: #FAD21C; }
span { border-color: rgb(250,210,28); }
td.TdClassName
{
border-color: #FAD21C;
}
.TagClassName
{
border-color: #FAD21C;
}
</style>