Shades of Turbo #FED623
Tints of Turbo #FED623
RGB
CMYK
RGB Variations
Color information
#FED623 (or 0xFED623) is known color: Turbo. HEX triplet: FE, D6 and 23. RGB value is (254,214,35). Sum of RGB (Red+Green+Blue) = 254+214+35=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED623 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED623 is #0129DC. Grayscale: #CECECE. Windows color (decimal): -76253 or 2348798. OLE color: 2348798.
HSL color Cylindrical-coordinate representation of color #FED623: hue angle of 49.04º 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 #FED623 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 35 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.00 |
| HSL | 49.04º | 0.99% | 0.57% | - |
| HSV(B) | 49.04º | 0.86% | 1% | - |
| XYZ | 65.22 | 69.29 | 11.53 | - |
| YUV | 205.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 35 | 0 | 0.16 | 0.86 | 0.00 | 49.04 | 0.99 | 0.57 |
| Hex | FE | D6 | 23 | 0 | 10 | 56 | 0 | 31 | 63 | 39 |
| Octal | 376 | 326 | 43 | 0 | 20 | 126 | 0 | 61 | 143 | 71 |
| Binary | 11111110 | 11010110 | 100011 | 0 | 10000 | 1010110 | 0 | 110001 | 1100011 | 111001 |
Color Harmonies of #FED623
Complementary color
Monochromatic Colors of #FED623
Black with #FED623
Text Example
Text Example
White with #FED623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED623; }
p { color: rgb(254,214,35); }
H1.HeaderClassName
{
color: #FED623;
}
.AnyTagClassName
{
color: #FED623;
}
</style>
background-color css
<style>
a { background-color: #FED623; }
a { background-color: rgb(254,214,35); }
div.DivClassName
{
background-color: #FED623;
}
.BgClassName
{
background-color: #FED623;
}
</style>
border-color css
<style>
span { border-color: #FED623; }
span { border-color: rgb(254,214,35); }
td.TdClassName
{
border-color: #FED623;
}
.TagClassName
{
border-color: #FED623;
}
</style>