Shades of Turbo #FECD17
Tints of Turbo #FECD17
RGB
CMYK
RGB Variations
Color information
#FECD17 (or 0xFECD17) is known color: Turbo. HEX triplet: FE, CD and 17. RGB value is (254,205,23). Sum of RGB (Red+Green+Blue) = 254+205+23=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 23 (9.38% from 255 or 4.77% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD17 is #0132E8. Grayscale: #C7C7C7. Windows color (decimal): -78569 or 1560062. OLE color: 1560062.
HSL color Cylindrical-coordinate representation of color #FECD17: hue angle of 47.27º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FECD17 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 23 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.00 |
| HSL | 47.27º | 0.99% | 0.54% | - |
| HSV(B) | 47.27º | 0.91% | 1% | - |
| XYZ | 62.86 | 64.8 | 10 | - |
| YUV | 198.9 | 28.73 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 23 | 0 | 0.19 | 0.91 | 0.00 | 47.27 | 0.99 | 0.54 |
| Hex | FE | CD | 17 | 0 | 13 | 5B | 0 | 2F | 63 | 36 |
| Octal | 376 | 315 | 27 | 0 | 23 | 133 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001101 | 10111 | 0 | 10011 | 1011011 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECD17
Complementary color
Monochromatic Colors of #FECD17
Black with #FECD17
Text Example
Text Example
White with #FECD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD17; }
p { color: rgb(254,205,23); }
H1.HeaderClassName
{
color: #FECD17;
}
.AnyTagClassName
{
color: #FECD17;
}
</style>
background-color css
<style>
a { background-color: #FECD17; }
a { background-color: rgb(254,205,23); }
div.DivClassName
{
background-color: #FECD17;
}
.BgClassName
{
background-color: #FECD17;
}
</style>
border-color css
<style>
span { border-color: #FECD17; }
span { border-color: rgb(254,205,23); }
td.TdClassName
{
border-color: #FECD17;
}
.TagClassName
{
border-color: #FECD17;
}
</style>