Shades of Turbo #FAD528
Tints of Turbo #FAD528
RGB
CMYK
RGB Variations
Color information
#FAD528 (or 0xFAD528) is known color: Turbo. HEX triplet: FA, D5 and 28. RGB value is (250,213,40). Sum of RGB (Red+Green+Blue) = 250+213+40=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD528 is #052AD7. Grayscale: #CDCDCD. Windows color (decimal): -338648 or 2676218. OLE color: 2676218.
HSL color Cylindrical-coordinate representation of color #FAD528: hue angle of 49.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAD528 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 40 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.02 |
| HSL | 49.43º | 0.95% | 0.57% | - |
| HSV(B) | 49.43º | 0.84% | 0.98% | - |
| XYZ | 63.6 | 68.07 | 11.79 | - |
| YUV | 204.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 40 | 0 | 0.15 | 0.84 | 0.02 | 49.43 | 0.95 | 0.57 |
| Hex | FA | D5 | 28 | 0 | F | 54 | 2 | 31 | 5F | 39 |
| Octal | 372 | 325 | 50 | 0 | 17 | 124 | 2 | 61 | 137 | 71 |
| Binary | 11111010 | 11010101 | 101000 | 0 | 1111 | 1010100 | 10 | 110001 | 1011111 | 111001 |
Color Harmonies of #FAD528
Complementary color
Monochromatic Colors of #FAD528
Black with #FAD528
Text Example
Text Example
White with #FAD528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD528; }
p { color: rgb(250,213,40); }
H1.HeaderClassName
{
color: #FAD528;
}
.AnyTagClassName
{
color: #FAD528;
}
</style>
background-color css
<style>
a { background-color: #FAD528; }
a { background-color: rgb(250,213,40); }
div.DivClassName
{
background-color: #FAD528;
}
.BgClassName
{
background-color: #FAD528;
}
</style>
border-color css
<style>
span { border-color: #FAD528; }
span { border-color: rgb(250,213,40); }
td.TdClassName
{
border-color: #FAD528;
}
.TagClassName
{
border-color: #FAD528;
}
</style>