Shades of Turbo #FECD15
Tints of Turbo #FECD15
RGB
CMYK
RGB Variations
Color information
#FECD15 (or 0xFECD15) is known color: Turbo. HEX triplet: FE, CD and 15. RGB value is (254,205,21). Sum of RGB (Red+Green+Blue) = 254+205+21=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD15 is #0132EA. Grayscale: #C7C7C7. Windows color (decimal): -78571 or 1428990. OLE color: 1428990.
HSL color Cylindrical-coordinate representation of color #FECD15: hue angle of 47.38º 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 #FECD15 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 21 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.00 |
| HSL | 47.38º | 0.99% | 0.54% | - |
| HSV(B) | 47.38º | 0.92% | 1% | - |
| XYZ | 62.84 | 64.79 | 9.9 | - |
| YUV | 198.68 | 27.73 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 21 | 0 | 0.19 | 0.92 | 0.00 | 47.38 | 0.99 | 0.54 |
| Hex | FE | CD | 15 | 0 | 13 | 5C | 0 | 2F | 63 | 36 |
| Octal | 376 | 315 | 25 | 0 | 23 | 134 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001101 | 10101 | 0 | 10011 | 1011100 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECD15
Complementary color
Monochromatic Colors of #FECD15
Black with #FECD15
Text Example
Text Example
White with #FECD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD15; }
p { color: rgb(254,205,21); }
H1.HeaderClassName
{
color: #FECD15;
}
.AnyTagClassName
{
color: #FECD15;
}
</style>
background-color css
<style>
a { background-color: #FECD15; }
a { background-color: rgb(254,205,21); }
div.DivClassName
{
background-color: #FECD15;
}
.BgClassName
{
background-color: #FECD15;
}
</style>
border-color css
<style>
span { border-color: #FECD15; }
span { border-color: rgb(254,205,21); }
td.TdClassName
{
border-color: #FECD15;
}
.TagClassName
{
border-color: #FECD15;
}
</style>