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