Shades of Turbo #FED728
Tints of Turbo #FED728
RGB
CMYK
RGB Variations
Color information
#FED728 (or 0xFED728) is known color: Turbo. HEX triplet: FE, D7 and 28. RGB value is (254,215,40). Sum of RGB (Red+Green+Blue) = 254+215+40=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FED728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED728 is #0128D7. Grayscale: #CFCFCF. Windows color (decimal): -75992 or 2676734. OLE color: 2676734.
HSL color Cylindrical-coordinate representation of color #FED728: hue angle of 49.07º 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 #FED728 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 40 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.00 |
| HSL | 49.07º | 0.99% | 0.58% | - |
| HSV(B) | 49.07º | 0.84% | 1% | - |
| XYZ | 65.56 | 69.82 | 12.03 | - |
| YUV | 206.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 40 | 0 | 0.15 | 0.84 | 0.00 | 49.07 | 0.99 | 0.58 |
| Hex | FE | D7 | 28 | 0 | F | 54 | 0 | 31 | 63 | 3A |
| Octal | 376 | 327 | 50 | 0 | 17 | 124 | 0 | 61 | 143 | 72 |
| Binary | 11111110 | 11010111 | 101000 | 0 | 1111 | 1010100 | 0 | 110001 | 1100011 | 111010 |
Color Harmonies of #FED728
Complementary color
Monochromatic Colors of #FED728
Black with #FED728
Text Example
Text Example
White with #FED728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED728; }
p { color: rgb(254,215,40); }
H1.HeaderClassName
{
color: #FED728;
}
.AnyTagClassName
{
color: #FED728;
}
</style>
background-color css
<style>
a { background-color: #FED728; }
a { background-color: rgb(254,215,40); }
div.DivClassName
{
background-color: #FED728;
}
.BgClassName
{
background-color: #FED728;
}
</style>
border-color css
<style>
span { border-color: #FED728; }
span { border-color: rgb(254,215,40); }
td.TdClassName
{
border-color: #FED728;
}
.TagClassName
{
border-color: #FED728;
}
</style>