Shades of Turbo #FED415
Tints of Turbo #FED415
RGB
CMYK
RGB Variations
Color information
#FED415 (or 0xFED415) is known color: Turbo. HEX triplet: FE, D4 and 15. RGB value is (254,212,21). Sum of RGB (Red+Green+Blue) = 254+212+21=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FED415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED415 is #012BEA. Grayscale: #CBCBCB. Windows color (decimal): -76779 or 1430782. OLE color: 1430782.
HSL color Cylindrical-coordinate representation of color #FED415: hue angle of 49.18º 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 #FED415 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 21 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.00 |
| HSL | 49.18º | 0.99% | 0.54% | - |
| HSV(B) | 49.18º | 0.92% | 1% | - |
| XYZ | 64.55 | 68.21 | 10.47 | - |
| YUV | 202.78 | 25.41 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 21 | 0 | 0.17 | 0.92 | 0.00 | 49.18 | 0.99 | 0.54 |
| Hex | FE | D4 | 15 | 0 | 11 | 5C | 0 | 31 | 63 | 36 |
| Octal | 376 | 324 | 25 | 0 | 21 | 134 | 0 | 61 | 143 | 66 |
| Binary | 11111110 | 11010100 | 10101 | 0 | 10001 | 1011100 | 0 | 110001 | 1100011 | 110110 |
Color Harmonies of #FED415
Complementary color
Monochromatic Colors of #FED415
Black with #FED415
Text Example
Text Example
White with #FED415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED415; }
p { color: rgb(254,212,21); }
H1.HeaderClassName
{
color: #FED415;
}
.AnyTagClassName
{
color: #FED415;
}
</style>
background-color css
<style>
a { background-color: #FED415; }
a { background-color: rgb(254,212,21); }
div.DivClassName
{
background-color: #FED415;
}
.BgClassName
{
background-color: #FED415;
}
</style>
border-color css
<style>
span { border-color: #FED415; }
span { border-color: rgb(254,212,21); }
td.TdClassName
{
border-color: #FED415;
}
.TagClassName
{
border-color: #FED415;
}
</style>