Shades of Turbo #FED71E
Tints of Turbo #FED71E
RGB
CMYK
RGB Variations
Color information
#FED71E (or 0xFED71E) is known color: Turbo. HEX triplet: FE, D7 and 1E. RGB value is (254,215,30). Sum of RGB (Red+Green+Blue) = 254+215+30=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED71E is #0128E1. Grayscale: #CECECE. Windows color (decimal): -76002 or 2021374. OLE color: 2021374.
HSL color Cylindrical-coordinate representation of color #FED71E: hue angle of 49.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FED71E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 30 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.00 |
| HSL | 49.55º | 0.99% | 0.56% | - |
| HSV(B) | 49.55º | 0.88% | 1% | - |
| XYZ | 65.41 | 69.77 | 11.25 | - |
| YUV | 205.57 | 28.92 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 30 | 0 | 0.15 | 0.88 | 0.00 | 49.55 | 0.99 | 0.56 |
| Hex | FE | D7 | 1E | 0 | F | 58 | 0 | 32 | 63 | 38 |
| Octal | 376 | 327 | 36 | 0 | 17 | 130 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11010111 | 11110 | 0 | 1111 | 1011000 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FED71E
Complementary color
Monochromatic Colors of #FED71E
Black with #FED71E
Text Example
Text Example
White with #FED71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED71E; }
p { color: rgb(254,215,30); }
H1.HeaderClassName
{
color: #FED71E;
}
.AnyTagClassName
{
color: #FED71E;
}
</style>
background-color css
<style>
a { background-color: #FED71E; }
a { background-color: rgb(254,215,30); }
div.DivClassName
{
background-color: #FED71E;
}
.BgClassName
{
background-color: #FED71E;
}
</style>
border-color css
<style>
span { border-color: #FED71E; }
span { border-color: rgb(254,215,30); }
td.TdClassName
{
border-color: #FED71E;
}
.TagClassName
{
border-color: #FED71E;
}
</style>