Shades of Turbo #FEDA1B
Tints of Turbo #FEDA1B
RGB
CMYK
RGB Variations
Color information
#FEDA1B (or 0xFEDA1B) is known color: Turbo. HEX triplet: FE, DA and 1B. RGB value is (254,218,27). Sum of RGB (Red+Green+Blue) = 254+218+27=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA1B is #0125E4. Grayscale: #CFCFCF. Windows color (decimal): -75237 or 1825534. OLE color: 1825534.
HSL color Cylindrical-coordinate representation of color #FEDA1B: hue angle of 50.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEDA1B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 27 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.00 |
| HSL | 50.48º | 0.99% | 0.55% | - |
| HSV(B) | 50.48º | 0.89% | 1% | - |
| XYZ | 66.14 | 71.29 | 11.31 | - |
| YUV | 206.99 | 26.43 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 27 | 0 | 0.14 | 0.89 | 0.00 | 50.48 | 0.99 | 0.55 |
| Hex | FE | DA | 1B | 0 | E | 59 | 0 | 32 | 63 | 37 |
| Octal | 376 | 332 | 33 | 0 | 16 | 131 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11011010 | 11011 | 0 | 1110 | 1011001 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FEDA1B
Complementary color
Monochromatic Colors of #FEDA1B
Black with #FEDA1B
Text Example
Text Example
White with #FEDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA1B; }
p { color: rgb(254,218,27); }
H1.HeaderClassName
{
color: #FEDA1B;
}
.AnyTagClassName
{
color: #FEDA1B;
}
</style>
background-color css
<style>
a { background-color: #FEDA1B; }
a { background-color: rgb(254,218,27); }
div.DivClassName
{
background-color: #FEDA1B;
}
.BgClassName
{
background-color: #FEDA1B;
}
</style>
border-color css
<style>
span { border-color: #FEDA1B; }
span { border-color: rgb(254,218,27); }
td.TdClassName
{
border-color: #FEDA1B;
}
.TagClassName
{
border-color: #FEDA1B;
}
</style>