Shades of Turbo #FED31B
Tints of Turbo #FED31B
RGB
CMYK
RGB Variations
Color information
#FED31B (or 0xFED31B) is known color: Turbo. HEX triplet: FE, D3 and 1B. RGB value is (254,211,27). Sum of RGB (Red+Green+Blue) = 254+211+27=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FED31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED31B is #012CE4. Grayscale: #CBCBCB. Windows color (decimal): -77029 or 1823742. OLE color: 1823742.
HSL color Cylindrical-coordinate representation of color #FED31B: hue angle of 48.63º 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 #FED31B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 27 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.00 |
| HSL | 48.63º | 0.99% | 0.55% | - |
| HSV(B) | 48.63º | 0.89% | 1% | - |
| XYZ | 64.37 | 67.74 | 10.72 | - |
| YUV | 202.88 | 28.75 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 27 | 0 | 0.17 | 0.89 | 0.00 | 48.63 | 0.99 | 0.55 |
| Hex | FE | D3 | 1B | 0 | 11 | 59 | 0 | 31 | 63 | 37 |
| Octal | 376 | 323 | 33 | 0 | 21 | 131 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010011 | 11011 | 0 | 10001 | 1011001 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED31B
Complementary color
Monochromatic Colors of #FED31B
Black with #FED31B
Text Example
Text Example
White with #FED31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED31B; }
p { color: rgb(254,211,27); }
H1.HeaderClassName
{
color: #FED31B;
}
.AnyTagClassName
{
color: #FED31B;
}
</style>
background-color css
<style>
a { background-color: #FED31B; }
a { background-color: rgb(254,211,27); }
div.DivClassName
{
background-color: #FED31B;
}
.BgClassName
{
background-color: #FED31B;
}
</style>
border-color css
<style>
span { border-color: #FED31B; }
span { border-color: rgb(254,211,27); }
td.TdClassName
{
border-color: #FED31B;
}
.TagClassName
{
border-color: #FED31B;
}
</style>