Shades of Turbo #FECC15
Tints of Turbo #FECC15
RGB
CMYK
RGB Variations
Color information
#FECC15 (or 0xFECC15) is known color: Turbo. HEX triplet: FE, CC and 15. RGB value is (254,204,21). Sum of RGB (Red+Green+Blue) = 254+204+21=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC15 is #0133EA. Grayscale: #C6C6C6. Windows color (decimal): -78827 or 1428734. OLE color: 1428734.
HSL color Cylindrical-coordinate representation of color #FECC15: hue angle of 47.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FECC15 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 21 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.00 |
| HSL | 47.12º | 0.99% | 0.54% | - |
| HSV(B) | 47.12º | 0.92% | 1% | - |
| XYZ | 62.6 | 64.31 | 9.82 | - |
| YUV | 198.09 | 28.07 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 21 | 0 | 0.20 | 0.92 | 0.00 | 47.12 | 0.99 | 0.54 |
| Hex | FE | CC | 15 | 0 | 14 | 5C | 0 | 2F | 63 | 36 |
| Octal | 376 | 314 | 25 | 0 | 24 | 134 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001100 | 10101 | 0 | 10100 | 1011100 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECC15
Complementary color
Monochromatic Colors of #FECC15
Black with #FECC15
Text Example
Text Example
White with #FECC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC15; }
p { color: rgb(254,204,21); }
H1.HeaderClassName
{
color: #FECC15;
}
.AnyTagClassName
{
color: #FECC15;
}
</style>
background-color css
<style>
a { background-color: #FECC15; }
a { background-color: rgb(254,204,21); }
div.DivClassName
{
background-color: #FECC15;
}
.BgClassName
{
background-color: #FECC15;
}
</style>
border-color css
<style>
span { border-color: #FECC15; }
span { border-color: rgb(254,204,21); }
td.TdClassName
{
border-color: #FECC15;
}
.TagClassName
{
border-color: #FECC15;
}
</style>