Shades of Turbo #FED51F
Tints of Turbo #FED51F
RGB
CMYK
RGB Variations
Color information
#FED51F (or 0xFED51F) is known color: Turbo. HEX triplet: FE, D5 and 1F. RGB value is (254,213,31). Sum of RGB (Red+Green+Blue) = 254+213+31=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 31 (12.5% from 255 or 6.22% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FED51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED51F is #012AE0. Grayscale: #CDCDCD. Windows color (decimal): -76513 or 2086398. OLE color: 2086398.
HSL color Cylindrical-coordinate representation of color #FED51F: hue angle of 48.97º 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 #FED51F is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 31 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.00 |
| HSL | 48.97º | 0.99% | 0.56% | - |
| HSV(B) | 48.97º | 0.88% | 1% | - |
| XYZ | 64.91 | 68.76 | 11.15 | - |
| YUV | 204.51 | 30.08 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 31 | 0 | 0.16 | 0.88 | 0.00 | 48.97 | 0.99 | 0.56 |
| Hex | FE | D5 | 1F | 0 | 10 | 58 | 0 | 31 | 63 | 38 |
| Octal | 376 | 325 | 37 | 0 | 20 | 130 | 0 | 61 | 143 | 70 |
| Binary | 11111110 | 11010101 | 11111 | 0 | 10000 | 1011000 | 0 | 110001 | 1100011 | 111000 |
Color Harmonies of #FED51F
Complementary color
Monochromatic Colors of #FED51F
Black with #FED51F
Text Example
Text Example
White with #FED51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED51F; }
p { color: rgb(254,213,31); }
H1.HeaderClassName
{
color: #FED51F;
}
.AnyTagClassName
{
color: #FED51F;
}
</style>
background-color css
<style>
a { background-color: #FED51F; }
a { background-color: rgb(254,213,31); }
div.DivClassName
{
background-color: #FED51F;
}
.BgClassName
{
background-color: #FED51F;
}
</style>
border-color css
<style>
span { border-color: #FED51F; }
span { border-color: rgb(254,213,31); }
td.TdClassName
{
border-color: #FED51F;
}
.TagClassName
{
border-color: #FED51F;
}
</style>