Shades of Turbo #FED81D
Tints of Turbo #FED81D
RGB
CMYK
RGB Variations
Color information
#FED81D (or 0xFED81D) is known color: Turbo. HEX triplet: FE, D8 and 1D. RGB value is (254,216,29). Sum of RGB (Red+Green+Blue) = 254+216+29=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED81D is #0127E2. Grayscale: #CECECE. Windows color (decimal): -75747 or 1956094. OLE color: 1956094.
HSL color Cylindrical-coordinate representation of color #FED81D: hue angle of 49.87º 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 #FED81D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 29 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.00 |
| HSL | 49.87º | 0.99% | 0.55% | - |
| HSV(B) | 49.87º | 0.89% | 1% | - |
| XYZ | 65.65 | 70.27 | 11.27 | - |
| YUV | 206.04 | 28.09 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 29 | 0 | 0.15 | 0.89 | 0.00 | 49.87 | 0.99 | 0.55 |
| Hex | FE | D8 | 1D | 0 | F | 59 | 0 | 32 | 63 | 37 |
| Octal | 376 | 330 | 35 | 0 | 17 | 131 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11011000 | 11101 | 0 | 1111 | 1011001 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FED81D
Complementary color
Monochromatic Colors of #FED81D
Black with #FED81D
Text Example
Text Example
White with #FED81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED81D; }
p { color: rgb(254,216,29); }
H1.HeaderClassName
{
color: #FED81D;
}
.AnyTagClassName
{
color: #FED81D;
}
</style>
background-color css
<style>
a { background-color: #FED81D; }
a { background-color: rgb(254,216,29); }
div.DivClassName
{
background-color: #FED81D;
}
.BgClassName
{
background-color: #FED81D;
}
</style>
border-color css
<style>
span { border-color: #FED81D; }
span { border-color: rgb(254,216,29); }
td.TdClassName
{
border-color: #FED81D;
}
.TagClassName
{
border-color: #FED81D;
}
</style>