Shades of Turbo #FED91C
Tints of Turbo #FED91C
RGB
CMYK
RGB Variations
Color information
#FED91C (or 0xFED91C) is known color: Turbo. HEX triplet: FE, D9 and 1C. RGB value is (254,217,28). Sum of RGB (Red+Green+Blue) = 254+217+28=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED91C is #0126E3. Grayscale: #CFCFCF. Windows color (decimal): -75492 or 1890814. OLE color: 1890814.
HSL color Cylindrical-coordinate representation of color #FED91C: hue angle of 50.18º 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 #FED91C is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 28 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.00 |
| HSL | 50.18º | 0.99% | 0.55% | - |
| HSV(B) | 50.18º | 0.89% | 1% | - |
| XYZ | 65.9 | 70.78 | 11.29 | - |
| YUV | 206.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 28 | 0 | 0.15 | 0.89 | 0.00 | 50.18 | 0.99 | 0.55 |
| Hex | FE | D9 | 1C | 0 | F | 59 | 0 | 32 | 63 | 37 |
| Octal | 376 | 331 | 34 | 0 | 17 | 131 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11011001 | 11100 | 0 | 1111 | 1011001 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FED91C
Complementary color
Monochromatic Colors of #FED91C
Black with #FED91C
Text Example
Text Example
White with #FED91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED91C; }
p { color: rgb(254,217,28); }
H1.HeaderClassName
{
color: #FED91C;
}
.AnyTagClassName
{
color: #FED91C;
}
</style>
background-color css
<style>
a { background-color: #FED91C; }
a { background-color: rgb(254,217,28); }
div.DivClassName
{
background-color: #FED91C;
}
.BgClassName
{
background-color: #FED91C;
}
</style>
border-color css
<style>
span { border-color: #FED91C; }
span { border-color: rgb(254,217,28); }
td.TdClassName
{
border-color: #FED91C;
}
.TagClassName
{
border-color: #FED91C;
}
</style>