Shades of Turbo #FED51B
Tints of Turbo #FED51B
RGB
CMYK
RGB Variations
Color information
#FED51B (or 0xFED51B) is known color: Turbo. HEX triplet: FE, D5 and 1B. RGB value is (254,213,27). Sum of RGB (Red+Green+Blue) = 254+213+27=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FED51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED51B is #012AE4. Grayscale: #CCCCCC. Windows color (decimal): -76517 or 1824254. OLE color: 1824254.
HSL color Cylindrical-coordinate representation of color #FED51B: hue angle of 49.16º 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 #FED51B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.00 |
| HSL | 49.16º | 0.99% | 0.55% | - |
| HSV(B) | 49.16º | 0.89% | 1% | - |
| XYZ | 64.87 | 68.74 | 10.89 | - |
| YUV | 204.06 | 28.08 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 27 | 0 | 0.16 | 0.89 | 0.00 | 49.16 | 0.99 | 0.55 |
| Hex | FE | D5 | 1B | 0 | 10 | 59 | 0 | 31 | 63 | 37 |
| Octal | 376 | 325 | 33 | 0 | 20 | 131 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010101 | 11011 | 0 | 10000 | 1011001 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED51B
Complementary color
Monochromatic Colors of #FED51B
Black with #FED51B
Text Example
Text Example
White with #FED51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED51B; }
p { color: rgb(254,213,27); }
H1.HeaderClassName
{
color: #FED51B;
}
.AnyTagClassName
{
color: #FED51B;
}
</style>
background-color css
<style>
a { background-color: #FED51B; }
a { background-color: rgb(254,213,27); }
div.DivClassName
{
background-color: #FED51B;
}
.BgClassName
{
background-color: #FED51B;
}
</style>
border-color css
<style>
span { border-color: #FED51B; }
span { border-color: rgb(254,213,27); }
td.TdClassName
{
border-color: #FED51B;
}
.TagClassName
{
border-color: #FED51B;
}
</style>