Shades of Turbo #FED71F
Tints of Turbo #FED71F
RGB
CMYK
RGB Variations
Color information
#FED71F (or 0xFED71F) is known color: Turbo. HEX triplet: FE, D7 and 1F. RGB value is (254,215,31). Sum of RGB (Red+Green+Blue) = 254+215+31=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FED71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED71F is #0128E0. Grayscale: #CECECE. Windows color (decimal): -76001 or 2086910. OLE color: 2086910.
HSL color Cylindrical-coordinate representation of color #FED71F: hue angle of 49.51º 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 #FED71F is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 31 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.00 |
| HSL | 49.51º | 0.99% | 0.56% | - |
| HSV(B) | 49.51º | 0.88% | 1% | - |
| XYZ | 65.42 | 69.77 | 11.32 | - |
| YUV | 205.69 | 29.42 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 31 | 0 | 0.15 | 0.88 | 0.00 | 49.51 | 0.99 | 0.56 |
| Hex | FE | D7 | 1F | 0 | F | 58 | 0 | 32 | 63 | 38 |
| Octal | 376 | 327 | 37 | 0 | 17 | 130 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11010111 | 11111 | 0 | 1111 | 1011000 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FED71F
Complementary color
Monochromatic Colors of #FED71F
Black with #FED71F
Text Example
Text Example
White with #FED71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED71F; }
p { color: rgb(254,215,31); }
H1.HeaderClassName
{
color: #FED71F;
}
.AnyTagClassName
{
color: #FED71F;
}
</style>
background-color css
<style>
a { background-color: #FED71F; }
a { background-color: rgb(254,215,31); }
div.DivClassName
{
background-color: #FED71F;
}
.BgClassName
{
background-color: #FED71F;
}
</style>
border-color css
<style>
span { border-color: #FED71F; }
span { border-color: rgb(254,215,31); }
td.TdClassName
{
border-color: #FED71F;
}
.TagClassName
{
border-color: #FED71F;
}
</style>