Shades of Turbo #FAD525
Tints of Turbo #FAD525
RGB
CMYK
RGB Variations
Color information
#FAD525 (or 0xFAD525) is known color: Turbo. HEX triplet: FA, D5 and 25. RGB value is (250,213,37). Sum of RGB (Red+Green+Blue) = 250+213+37=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD525 is #052ADA. Grayscale: #CCCCCC. Windows color (decimal): -338651 or 2479610. OLE color: 2479610.
HSL color Cylindrical-coordinate representation of color #FAD525: hue angle of 49.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAD525 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 37 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.02 |
| HSL | 49.58º | 0.96% | 0.56% | - |
| HSV(B) | 49.58º | 0.85% | 0.98% | - |
| XYZ | 63.55 | 68.05 | 11.53 | - |
| YUV | 204 | 33.76 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 37 | 0 | 0.15 | 0.85 | 0.02 | 49.58 | 0.96 | 0.56 |
| Hex | FA | D5 | 25 | 0 | F | 55 | 2 | 32 | 60 | 38 |
| Octal | 372 | 325 | 45 | 0 | 17 | 125 | 2 | 62 | 140 | 70 |
| Binary | 11111010 | 11010101 | 100101 | 0 | 1111 | 1010101 | 10 | 110010 | 1100000 | 111000 |
Color Harmonies of #FAD525
Complementary color
Monochromatic Colors of #FAD525
Black with #FAD525
Text Example
Text Example
White with #FAD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD525; }
p { color: rgb(250,213,37); }
H1.HeaderClassName
{
color: #FAD525;
}
.AnyTagClassName
{
color: #FAD525;
}
</style>
background-color css
<style>
a { background-color: #FAD525; }
a { background-color: rgb(250,213,37); }
div.DivClassName
{
background-color: #FAD525;
}
.BgClassName
{
background-color: #FAD525;
}
</style>
border-color css
<style>
span { border-color: #FAD525; }
span { border-color: rgb(250,213,37); }
td.TdClassName
{
border-color: #FAD525;
}
.TagClassName
{
border-color: #FAD525;
}
</style>