Shades of Turbo #FED724
Tints of Turbo #FED724
RGB
CMYK
RGB Variations
Color information
#FED724 (or 0xFED724) is known color: Turbo. HEX triplet: FE, D7 and 24. RGB value is (254,215,36). Sum of RGB (Red+Green+Blue) = 254+215+36=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 36 (14.45% from 255 or 7.13% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FED724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED724 is #0128DB. Grayscale: #CFCFCF. Windows color (decimal): -75996 or 2414590. OLE color: 2414590.
HSL color Cylindrical-coordinate representation of color #FED724: hue angle of 49.27º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FED724 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 36 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.00 |
| HSL | 49.27º | 0.99% | 0.57% | - |
| HSV(B) | 49.27º | 0.86% | 1% | - |
| XYZ | 65.49 | 69.8 | 11.69 | - |
| YUV | 206.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 36 | 0 | 0.15 | 0.86 | 0.00 | 49.27 | 0.99 | 0.57 |
| Hex | FE | D7 | 24 | 0 | F | 56 | 0 | 31 | 63 | 39 |
| Octal | 376 | 327 | 44 | 0 | 17 | 126 | 0 | 61 | 143 | 71 |
| Binary | 11111110 | 11010111 | 100100 | 0 | 1111 | 1010110 | 0 | 110001 | 1100011 | 111001 |
Color Harmonies of #FED724
Complementary color
Monochromatic Colors of #FED724
Black with #FED724
Text Example
Text Example
White with #FED724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED724; }
p { color: rgb(254,215,36); }
H1.HeaderClassName
{
color: #FED724;
}
.AnyTagClassName
{
color: #FED724;
}
</style>
background-color css
<style>
a { background-color: #FED724; }
a { background-color: rgb(254,215,36); }
div.DivClassName
{
background-color: #FED724;
}
.BgClassName
{
background-color: #FED724;
}
</style>
border-color css
<style>
span { border-color: #FED724; }
span { border-color: rgb(254,215,36); }
td.TdClassName
{
border-color: #FED724;
}
.TagClassName
{
border-color: #FED724;
}
</style>