Shades of Turbo #FAD325
Tints of Turbo #FAD325
RGB
CMYK
RGB Variations
Color information
#FAD325 (or 0xFAD325) is known color: Turbo. HEX triplet: FA, D3 and 25. RGB value is (250,211,37). Sum of RGB (Red+Green+Blue) = 250+211+37=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD325 is #052CDA. Grayscale: #CBCBCB. Windows color (decimal): -339163 or 2479098. OLE color: 2479098.
HSL color Cylindrical-coordinate representation of color #FAD325: hue angle of 49.01º 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 #FAD325 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 37 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.02 |
| HSL | 49.01º | 0.96% | 0.56% | - |
| HSV(B) | 49.01º | 0.85% | 0.98% | - |
| XYZ | 63.05 | 67.05 | 11.37 | - |
| YUV | 202.83 | 34.42 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 37 | 0 | 0.16 | 0.85 | 0.02 | 49.01 | 0.96 | 0.56 |
| Hex | FA | D3 | 25 | 0 | 10 | 55 | 2 | 31 | 60 | 38 |
| Octal | 372 | 323 | 45 | 0 | 20 | 125 | 2 | 61 | 140 | 70 |
| Binary | 11111010 | 11010011 | 100101 | 0 | 10000 | 1010101 | 10 | 110001 | 1100000 | 111000 |
Color Harmonies of #FAD325
Complementary color
Monochromatic Colors of #FAD325
Black with #FAD325
Text Example
Text Example
White with #FAD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD325; }
p { color: rgb(250,211,37); }
H1.HeaderClassName
{
color: #FAD325;
}
.AnyTagClassName
{
color: #FAD325;
}
</style>
background-color css
<style>
a { background-color: #FAD325; }
a { background-color: rgb(250,211,37); }
div.DivClassName
{
background-color: #FAD325;
}
.BgClassName
{
background-color: #FAD325;
}
</style>
border-color css
<style>
span { border-color: #FAD325; }
span { border-color: rgb(250,211,37); }
td.TdClassName
{
border-color: #FAD325;
}
.TagClassName
{
border-color: #FAD325;
}
</style>