Shades of Turbo #FED81A
Tints of Turbo #FED81A
RGB
CMYK
RGB Variations
Color information
#FED81A (or 0xFED81A) is known color: Turbo. HEX triplet: FE, D8 and 1A. RGB value is (254,216,26). Sum of RGB (Red+Green+Blue) = 254+216+26=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 26 (10.55% from 255 or 5.24% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FED81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED81A is #0127E5. Grayscale: #CECECE. Windows color (decimal): -75750 or 1759486. OLE color: 1759486.
HSL color Cylindrical-coordinate representation of color #FED81A: hue angle of 50º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FED81A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 26 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.00 |
| HSL | 50º | 0.99% | 0.55% | - |
| HSV(B) | 50º | 0.9% | 1% | - |
| XYZ | 65.62 | 70.26 | 11.08 | - |
| YUV | 205.7 | 26.59 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 26 | 0 | 0.15 | 0.90 | 0.00 | 50 | 0.99 | 0.55 |
| Hex | FE | D8 | 1A | 0 | F | 5A | 0 | 32 | 63 | 37 |
| Octal | 376 | 330 | 32 | 0 | 17 | 132 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11011000 | 11010 | 0 | 1111 | 1011010 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FED81A
Complementary color
Monochromatic Colors of #FED81A
Black with #FED81A
Text Example
Text Example
White with #FED81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED81A; }
p { color: rgb(254,216,26); }
H1.HeaderClassName
{
color: #FED81A;
}
.AnyTagClassName
{
color: #FED81A;
}
</style>
background-color css
<style>
a { background-color: #FED81A; }
a { background-color: rgb(254,216,26); }
div.DivClassName
{
background-color: #FED81A;
}
.BgClassName
{
background-color: #FED81A;
}
</style>
border-color css
<style>
span { border-color: #FED81A; }
span { border-color: rgb(254,216,26); }
td.TdClassName
{
border-color: #FED81A;
}
.TagClassName
{
border-color: #FED81A;
}
</style>