Shades of Turbo #FED213
Tints of Turbo #FED213
RGB
CMYK
RGB Variations
Color information
#FED213 (or 0xFED213) is known color: Turbo. HEX triplet: FE, D2 and 13. RGB value is (254,210,19). Sum of RGB (Red+Green+Blue) = 254+210+19=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FED213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED213 is #012DEC. Grayscale: #CACACA. Windows color (decimal): -77293 or 1299198. OLE color: 1299198.
HSL color Cylindrical-coordinate representation of color #FED213: hue angle of 48.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FED213 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 19 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.00 |
| HSL | 48.77º | 0.99% | 0.54% | - |
| HSV(B) | 48.77º | 0.93% | 1% | - |
| XYZ | 64.04 | 67.21 | 10.21 | - |
| YUV | 201.38 | 25.08 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 19 | 0 | 0.17 | 0.93 | 0.00 | 48.77 | 0.99 | 0.54 |
| Hex | FE | D2 | 13 | 0 | 11 | 5D | 0 | 31 | 63 | 36 |
| Octal | 376 | 322 | 23 | 0 | 21 | 135 | 0 | 61 | 143 | 66 |
| Binary | 11111110 | 11010010 | 10011 | 0 | 10001 | 1011101 | 0 | 110001 | 1100011 | 110110 |
Color Harmonies of #FED213
Complementary color
Monochromatic Colors of #FED213
Black with #FED213
Text Example
Text Example
White with #FED213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED213; }
p { color: rgb(254,210,19); }
H1.HeaderClassName
{
color: #FED213;
}
.AnyTagClassName
{
color: #FED213;
}
</style>
background-color css
<style>
a { background-color: #FED213; }
a { background-color: rgb(254,210,19); }
div.DivClassName
{
background-color: #FED213;
}
.BgClassName
{
background-color: #FED213;
}
</style>
border-color css
<style>
span { border-color: #FED213; }
span { border-color: rgb(254,210,19); }
td.TdClassName
{
border-color: #FED213;
}
.TagClassName
{
border-color: #FED213;
}
</style>