Shades of Turbo #FED81B
Tints of Turbo #FED81B
RGB
CMYK
RGB Variations
Color information
#FED81B (or 0xFED81B) is known color: Turbo. HEX triplet: FE, D8 and 1B. RGB value is (254,216,27). Sum of RGB (Red+Green+Blue) = 254+216+27=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FED81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED81B is #0127E4. Grayscale: #CECECE. Windows color (decimal): -75749 or 1825022. OLE color: 1825022.
HSL color Cylindrical-coordinate representation of color #FED81B: hue angle of 49.96º 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 #FED81B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.00 |
| HSL | 49.96º | 0.99% | 0.55% | - |
| HSV(B) | 49.96º | 0.89% | 1% | - |
| XYZ | 65.63 | 70.26 | 11.14 | - |
| YUV | 205.82 | 27.09 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 27 | 0 | 0.15 | 0.89 | 0.00 | 49.96 | 0.99 | 0.55 |
| Hex | FE | D8 | 1B | 0 | F | 59 | 0 | 32 | 63 | 37 |
| Octal | 376 | 330 | 33 | 0 | 17 | 131 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11011000 | 11011 | 0 | 1111 | 1011001 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FED81B
Complementary color
Monochromatic Colors of #FED81B
Black with #FED81B
Text Example
Text Example
White with #FED81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED81B; }
p { color: rgb(254,216,27); }
H1.HeaderClassName
{
color: #FED81B;
}
.AnyTagClassName
{
color: #FED81B;
}
</style>
background-color css
<style>
a { background-color: #FED81B; }
a { background-color: rgb(254,216,27); }
div.DivClassName
{
background-color: #FED81B;
}
.BgClassName
{
background-color: #FED81B;
}
</style>
border-color css
<style>
span { border-color: #FED81B; }
span { border-color: rgb(254,216,27); }
td.TdClassName
{
border-color: #FED81B;
}
.TagClassName
{
border-color: #FED81B;
}
</style>