Shades of Turbo #FECD16
Tints of Turbo #FECD16
RGB
CMYK
RGB Variations
Color information
#FECD16 (or 0xFECD16) is known color: Turbo. HEX triplet: FE, CD and 16. RGB value is (254,205,22). Sum of RGB (Red+Green+Blue) = 254+205+22=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD16 is #0132E9. Grayscale: #C7C7C7. Windows color (decimal): -78570 or 1494526. OLE color: 1494526.
HSL color Cylindrical-coordinate representation of color #FECD16: hue angle of 47.33º 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 #FECD16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.00 |
| HSL | 47.33º | 0.99% | 0.54% | - |
| HSV(B) | 47.33º | 0.91% | 1% | - |
| XYZ | 62.85 | 64.79 | 9.95 | - |
| YUV | 198.79 | 28.23 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 22 | 0 | 0.19 | 0.91 | 0.00 | 47.33 | 0.99 | 0.54 |
| Hex | FE | CD | 16 | 0 | 13 | 5B | 0 | 2F | 63 | 36 |
| Octal | 376 | 315 | 26 | 0 | 23 | 133 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001101 | 10110 | 0 | 10011 | 1011011 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECD16
Complementary color
Monochromatic Colors of #FECD16
Black with #FECD16
Text Example
Text Example
White with #FECD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD16; }
p { color: rgb(254,205,22); }
H1.HeaderClassName
{
color: #FECD16;
}
.AnyTagClassName
{
color: #FECD16;
}
</style>
background-color css
<style>
a { background-color: #FECD16; }
a { background-color: rgb(254,205,22); }
div.DivClassName
{
background-color: #FECD16;
}
.BgClassName
{
background-color: #FECD16;
}
</style>
border-color css
<style>
span { border-color: #FECD16; }
span { border-color: rgb(254,205,22); }
td.TdClassName
{
border-color: #FECD16;
}
.TagClassName
{
border-color: #FECD16;
}
</style>