Shades of Turbo #FEDA1E
Tints of Turbo #FEDA1E
RGB
CMYK
RGB Variations
Color information
#FEDA1E (or 0xFEDA1E) is known color: Turbo. HEX triplet: FE, DA and 1E. RGB value is (254,218,30). Sum of RGB (Red+Green+Blue) = 254+218+30=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 30 (12.11% from 255 or 5.98% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA1E is #0125E1. Grayscale: #D0D0D0. Windows color (decimal): -75234 or 2022142. OLE color: 2022142.
HSL color Cylindrical-coordinate representation of color #FEDA1E: hue angle of 50.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEDA1E is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 30 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.00 |
| HSL | 50.36º | 0.99% | 0.56% | - |
| HSV(B) | 50.36º | 0.88% | 1% | - |
| XYZ | 66.18 | 71.31 | 11.5 | - |
| YUV | 207.33 | 27.93 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 30 | 0 | 0.14 | 0.88 | 0.00 | 50.36 | 0.99 | 0.56 |
| Hex | FE | DA | 1E | 0 | E | 58 | 0 | 32 | 63 | 38 |
| Octal | 376 | 332 | 36 | 0 | 16 | 130 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11011010 | 11110 | 0 | 1110 | 1011000 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FEDA1E
Complementary color
Monochromatic Colors of #FEDA1E
Black with #FEDA1E
Text Example
Text Example
White with #FEDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA1E; }
p { color: rgb(254,218,30); }
H1.HeaderClassName
{
color: #FEDA1E;
}
.AnyTagClassName
{
color: #FEDA1E;
}
</style>
background-color css
<style>
a { background-color: #FEDA1E; }
a { background-color: rgb(254,218,30); }
div.DivClassName
{
background-color: #FEDA1E;
}
.BgClassName
{
background-color: #FEDA1E;
}
</style>
border-color css
<style>
span { border-color: #FEDA1E; }
span { border-color: rgb(254,218,30); }
td.TdClassName
{
border-color: #FEDA1E;
}
.TagClassName
{
border-color: #FEDA1E;
}
</style>