Shades of Turbo #FED91D
Tints of Turbo #FED91D
RGB
CMYK
RGB Variations
Color information
#FED91D (or 0xFED91D) is known color: Turbo. HEX triplet: FE, D9 and 1D. RGB value is (254,217,29). Sum of RGB (Red+Green+Blue) = 254+217+29=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FED91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED91D is #0126E2. Grayscale: #CFCFCF. Windows color (decimal): -75491 or 1956350. OLE color: 1956350.
HSL color Cylindrical-coordinate representation of color #FED91D: hue angle of 50.13º 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 #FED91D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 29 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.00 |
| HSL | 50.13º | 0.99% | 0.55% | - |
| HSV(B) | 50.13º | 0.89% | 1% | - |
| XYZ | 65.91 | 70.79 | 11.35 | - |
| YUV | 206.63 | 27.76 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 29 | 0 | 0.15 | 0.89 | 0.00 | 50.13 | 0.99 | 0.55 |
| Hex | FE | D9 | 1D | 0 | F | 59 | 0 | 32 | 63 | 37 |
| Octal | 376 | 331 | 35 | 0 | 17 | 131 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11011001 | 11101 | 0 | 1111 | 1011001 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FED91D
Complementary color
Monochromatic Colors of #FED91D
Black with #FED91D
Text Example
Text Example
White with #FED91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED91D; }
p { color: rgb(254,217,29); }
H1.HeaderClassName
{
color: #FED91D;
}
.AnyTagClassName
{
color: #FED91D;
}
</style>
background-color css
<style>
a { background-color: #FED91D; }
a { background-color: rgb(254,217,29); }
div.DivClassName
{
background-color: #FED91D;
}
.BgClassName
{
background-color: #FED91D;
}
</style>
border-color css
<style>
span { border-color: #FED91D; }
span { border-color: rgb(254,217,29); }
td.TdClassName
{
border-color: #FED91D;
}
.TagClassName
{
border-color: #FED91D;
}
</style>