Shades of Turbo #FED615
Tints of Turbo #FED615
RGB
CMYK
RGB Variations
Color information
#FED615 (or 0xFED615) is known color: Turbo. HEX triplet: FE, D6 and 15. RGB value is (254,214,21). Sum of RGB (Red+Green+Blue) = 254+214+21=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FED615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED615 is #0129EA. Grayscale: #CCCCCC. Windows color (decimal): -76267 or 1431294. OLE color: 1431294.
HSL color Cylindrical-coordinate representation of color #FED615: hue angle of 49.7º 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 #FED615 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 21 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.00 |
| HSL | 49.7º | 0.99% | 0.54% | - |
| HSV(B) | 49.7º | 0.92% | 1% | - |
| XYZ | 65.05 | 69.22 | 10.64 | - |
| YUV | 203.96 | 24.75 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 21 | 0 | 0.16 | 0.92 | 0.00 | 49.7 | 0.99 | 0.54 |
| Hex | FE | D6 | 15 | 0 | 10 | 5C | 0 | 32 | 63 | 36 |
| Octal | 376 | 326 | 25 | 0 | 20 | 134 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11010110 | 10101 | 0 | 10000 | 1011100 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED615
Complementary color
Monochromatic Colors of #FED615
Black with #FED615
Text Example
Text Example
White with #FED615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED615; }
p { color: rgb(254,214,21); }
H1.HeaderClassName
{
color: #FED615;
}
.AnyTagClassName
{
color: #FED615;
}
</style>
background-color css
<style>
a { background-color: #FED615; }
a { background-color: rgb(254,214,21); }
div.DivClassName
{
background-color: #FED615;
}
.BgClassName
{
background-color: #FED615;
}
</style>
border-color css
<style>
span { border-color: #FED615; }
span { border-color: rgb(254,214,21); }
td.TdClassName
{
border-color: #FED615;
}
.TagClassName
{
border-color: #FED615;
}
</style>