Shades of Turbo #FED224
Tints of Turbo #FED224
RGB
CMYK
RGB Variations
Color information
#FED224 (or 0xFED224) is known color: Turbo. HEX triplet: FE, D2 and 24. RGB value is (254,210,36). Sum of RGB (Red+Green+Blue) = 254+210+36=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FED224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED224 is #012DDB. Grayscale: #CCCCCC. Windows color (decimal): -77276 or 2413310. OLE color: 2413310.
HSL color Cylindrical-coordinate representation of color #FED224: hue angle of 47.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FED224 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 36 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.00 |
| HSL | 47.89º | 0.99% | 0.57% | - |
| HSV(B) | 47.89º | 0.86% | 1% | - |
| XYZ | 64.24 | 67.29 | 11.27 | - |
| YUV | 203.32 | 33.58 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 36 | 0 | 0.17 | 0.86 | 0.00 | 47.89 | 0.99 | 0.57 |
| Hex | FE | D2 | 24 | 0 | 11 | 56 | 0 | 30 | 63 | 39 |
| Octal | 376 | 322 | 44 | 0 | 21 | 126 | 0 | 60 | 143 | 71 |
| Binary | 11111110 | 11010010 | 100100 | 0 | 10001 | 1010110 | 0 | 110000 | 1100011 | 111001 |
Color Harmonies of #FED224
Complementary color
Monochromatic Colors of #FED224
Black with #FED224
Text Example
Text Example
White with #FED224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED224; }
p { color: rgb(254,210,36); }
H1.HeaderClassName
{
color: #FED224;
}
.AnyTagClassName
{
color: #FED224;
}
</style>
background-color css
<style>
a { background-color: #FED224; }
a { background-color: rgb(254,210,36); }
div.DivClassName
{
background-color: #FED224;
}
.BgClassName
{
background-color: #FED224;
}
</style>
border-color css
<style>
span { border-color: #FED224; }
span { border-color: rgb(254,210,36); }
td.TdClassName
{
border-color: #FED224;
}
.TagClassName
{
border-color: #FED224;
}
</style>