Shades of Turbo #FED528
Tints of Turbo #FED528
RGB
CMYK
RGB Variations
Color information
#FED528 (or 0xFED528) is known color: Turbo. HEX triplet: FE, D5 and 28. RGB value is (254,213,40). Sum of RGB (Red+Green+Blue) = 254+213+40=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FED528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED528 is #012AD7. Grayscale: #CECECE. Windows color (decimal): -76504 or 2676222. OLE color: 2676222.
HSL color Cylindrical-coordinate representation of color #FED528: hue angle of 48.5º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FED528 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 40 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.00 |
| HSL | 48.5º | 0.99% | 0.58% | - |
| HSV(B) | 48.5º | 0.84% | 1% | - |
| XYZ | 65.05 | 68.81 | 11.86 | - |
| YUV | 205.54 | 34.58 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 40 | 0 | 0.16 | 0.84 | 0.00 | 48.5 | 0.99 | 0.58 |
| Hex | FE | D5 | 28 | 0 | 10 | 54 | 0 | 31 | 63 | 3A |
| Octal | 376 | 325 | 50 | 0 | 20 | 124 | 0 | 61 | 143 | 72 |
| Binary | 11111110 | 11010101 | 101000 | 0 | 10000 | 1010100 | 0 | 110001 | 1100011 | 111010 |
Color Harmonies of #FED528
Complementary color
Monochromatic Colors of #FED528
Black with #FED528
Text Example
Text Example
White with #FED528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED528; }
p { color: rgb(254,213,40); }
H1.HeaderClassName
{
color: #FED528;
}
.AnyTagClassName
{
color: #FED528;
}
</style>
background-color css
<style>
a { background-color: #FED528; }
a { background-color: rgb(254,213,40); }
div.DivClassName
{
background-color: #FED528;
}
.BgClassName
{
background-color: #FED528;
}
</style>
border-color css
<style>
span { border-color: #FED528; }
span { border-color: rgb(254,213,40); }
td.TdClassName
{
border-color: #FED528;
}
.TagClassName
{
border-color: #FED528;
}
</style>