Shades of Turbo #FED718
Tints of Turbo #FED718
RGB
CMYK
RGB Variations
Color information
#FED718 (or 0xFED718) is known color: Turbo. HEX triplet: FE, D7 and 18. RGB value is (254,215,24). Sum of RGB (Red+Green+Blue) = 254+215+24=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 24 (9.77% from 255 or 4.87% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED718 is #0128E7. Grayscale: #CDCDCD. Windows color (decimal): -76008 or 1628158. OLE color: 1628158.
HSL color Cylindrical-coordinate representation of color #FED718: hue angle of 49.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FED718 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 24 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.00 |
| HSL | 49.83º | 0.99% | 0.55% | - |
| HSV(B) | 49.83º | 0.91% | 1% | - |
| XYZ | 65.34 | 69.74 | 10.88 | - |
| YUV | 204.89 | 25.92 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 24 | 0 | 0.15 | 0.91 | 0.00 | 49.83 | 0.99 | 0.55 |
| Hex | FE | D7 | 18 | 0 | F | 5B | 0 | 32 | 63 | 37 |
| Octal | 376 | 327 | 30 | 0 | 17 | 133 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11010111 | 11000 | 0 | 1111 | 1011011 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FED718
Complementary color
Monochromatic Colors of #FED718
Black with #FED718
Text Example
Text Example
White with #FED718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED718; }
p { color: rgb(254,215,24); }
H1.HeaderClassName
{
color: #FED718;
}
.AnyTagClassName
{
color: #FED718;
}
</style>
background-color css
<style>
a { background-color: #FED718; }
a { background-color: rgb(254,215,24); }
div.DivClassName
{
background-color: #FED718;
}
.BgClassName
{
background-color: #FED718;
}
</style>
border-color css
<style>
span { border-color: #FED718; }
span { border-color: rgb(254,215,24); }
td.TdClassName
{
border-color: #FED718;
}
.TagClassName
{
border-color: #FED718;
}
</style>