Shades of Turbo #FED321
Tints of Turbo #FED321
RGB
CMYK
RGB Variations
Color information
#FED321 (or 0xFED321) is known color: Turbo. HEX triplet: FE, D3 and 21. RGB value is (254,211,33). Sum of RGB (Red+Green+Blue) = 254+211+33=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FED321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED321 is #012CDE. Grayscale: #CCCCCC. Windows color (decimal): -77023 or 2216958. OLE color: 2216958.
HSL color Cylindrical-coordinate representation of color #FED321: hue angle of 48.33º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FED321 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 33 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.00 |
| HSL | 48.33º | 0.99% | 0.56% | - |
| HSV(B) | 48.33º | 0.87% | 1% | - |
| XYZ | 64.44 | 67.77 | 11.12 | - |
| YUV | 203.57 | 31.75 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 33 | 0 | 0.17 | 0.87 | 0.00 | 48.33 | 0.99 | 0.56 |
| Hex | FE | D3 | 21 | 0 | 11 | 57 | 0 | 30 | 63 | 38 |
| Octal | 376 | 323 | 41 | 0 | 21 | 127 | 0 | 60 | 143 | 70 |
| Binary | 11111110 | 11010011 | 100001 | 0 | 10001 | 1010111 | 0 | 110000 | 1100011 | 111000 |
Color Harmonies of #FED321
Complementary color
Monochromatic Colors of #FED321
Black with #FED321
Text Example
Text Example
White with #FED321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED321; }
p { color: rgb(254,211,33); }
H1.HeaderClassName
{
color: #FED321;
}
.AnyTagClassName
{
color: #FED321;
}
</style>
background-color css
<style>
a { background-color: #FED321; }
a { background-color: rgb(254,211,33); }
div.DivClassName
{
background-color: #FED321;
}
.BgClassName
{
background-color: #FED321;
}
</style>
border-color css
<style>
span { border-color: #FED321; }
span { border-color: rgb(254,211,33); }
td.TdClassName
{
border-color: #FED321;
}
.TagClassName
{
border-color: #FED321;
}
</style>