Shades of Turbo #FED218
Tints of Turbo #FED218
RGB
CMYK
RGB Variations
Color information
#FED218 (or 0xFED218) is known color: Turbo. HEX triplet: FE, D2 and 18. RGB value is (254,210,24). Sum of RGB (Red+Green+Blue) = 254+210+24=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FED218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED218 is #012DE7. Grayscale: #CACACA. Windows color (decimal): -77288 or 1626878. OLE color: 1626878.
HSL color Cylindrical-coordinate representation of color #FED218: hue angle of 48.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FED218 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 24 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.00 |
| HSL | 48.52º | 0.99% | 0.55% | - |
| HSV(B) | 48.52º | 0.91% | 1% | - |
| XYZ | 64.08 | 67.23 | 10.46 | - |
| YUV | 201.95 | 27.58 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 24 | 0 | 0.17 | 0.91 | 0.00 | 48.52 | 0.99 | 0.55 |
| Hex | FE | D2 | 18 | 0 | 11 | 5B | 0 | 31 | 63 | 37 |
| Octal | 376 | 322 | 30 | 0 | 21 | 133 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010010 | 11000 | 0 | 10001 | 1011011 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED218
Complementary color
Monochromatic Colors of #FED218
Black with #FED218
Text Example
Text Example
White with #FED218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED218; }
p { color: rgb(254,210,24); }
H1.HeaderClassName
{
color: #FED218;
}
.AnyTagClassName
{
color: #FED218;
}
</style>
background-color css
<style>
a { background-color: #FED218; }
a { background-color: rgb(254,210,24); }
div.DivClassName
{
background-color: #FED218;
}
.BgClassName
{
background-color: #FED218;
}
</style>
border-color css
<style>
span { border-color: #FED218; }
span { border-color: rgb(254,210,24); }
td.TdClassName
{
border-color: #FED218;
}
.TagClassName
{
border-color: #FED218;
}
</style>