Shades of Turbo #FED51D
Tints of Turbo #FED51D
RGB
CMYK
RGB Variations
Color information
#FED51D (or 0xFED51D) is known color: Turbo. HEX triplet: FE, D5 and 1D. RGB value is (254,213,29). Sum of RGB (Red+Green+Blue) = 254+213+29=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FED51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED51D is #012AE2. Grayscale: #CDCDCD. Windows color (decimal): -76515 or 1955326. OLE color: 1955326.
HSL color Cylindrical-coordinate representation of color #FED51D: hue angle of 49.07º 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 #FED51D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 29 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.00 |
| HSL | 49.07º | 0.99% | 0.55% | - |
| HSV(B) | 49.07º | 0.89% | 1% | - |
| XYZ | 64.89 | 68.75 | 11.01 | - |
| YUV | 204.28 | 29.08 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 29 | 0 | 0.16 | 0.89 | 0.00 | 49.07 | 0.99 | 0.55 |
| Hex | FE | D5 | 1D | 0 | 10 | 59 | 0 | 31 | 63 | 37 |
| Octal | 376 | 325 | 35 | 0 | 20 | 131 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010101 | 11101 | 0 | 10000 | 1011001 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED51D
Complementary color
Monochromatic Colors of #FED51D
Black with #FED51D
Text Example
Text Example
White with #FED51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED51D; }
p { color: rgb(254,213,29); }
H1.HeaderClassName
{
color: #FED51D;
}
.AnyTagClassName
{
color: #FED51D;
}
</style>
background-color css
<style>
a { background-color: #FED51D; }
a { background-color: rgb(254,213,29); }
div.DivClassName
{
background-color: #FED51D;
}
.BgClassName
{
background-color: #FED51D;
}
</style>
border-color css
<style>
span { border-color: #FED51D; }
span { border-color: rgb(254,213,29); }
td.TdClassName
{
border-color: #FED51D;
}
.TagClassName
{
border-color: #FED51D;
}
</style>