Shades of Turbo #FED322
Tints of Turbo #FED322
RGB
CMYK
RGB Variations
Color information
#FED322 (or 0xFED322) is known color: Turbo. HEX triplet: FE, D3 and 22. RGB value is (254,211,34). Sum of RGB (Red+Green+Blue) = 254+211+34=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED322 is #012CDD. Grayscale: #CCCCCC. Windows color (decimal): -77022 or 2282494. OLE color: 2282494.
HSL color Cylindrical-coordinate representation of color #FED322: hue angle of 48.27º 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 #FED322 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 34 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.00 |
| HSL | 48.27º | 0.99% | 0.56% | - |
| HSV(B) | 48.27º | 0.87% | 1% | - |
| XYZ | 64.46 | 67.77 | 11.2 | - |
| YUV | 203.68 | 32.25 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 34 | 0 | 0.17 | 0.87 | 0.00 | 48.27 | 0.99 | 0.56 |
| Hex | FE | D3 | 22 | 0 | 11 | 57 | 0 | 30 | 63 | 38 |
| Octal | 376 | 323 | 42 | 0 | 21 | 127 | 0 | 60 | 143 | 70 |
| Binary | 11111110 | 11010011 | 100010 | 0 | 10001 | 1010111 | 0 | 110000 | 1100011 | 111000 |
Color Harmonies of #FED322
Complementary color
Monochromatic Colors of #FED322
Black with #FED322
Text Example
Text Example
White with #FED322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED322; }
p { color: rgb(254,211,34); }
H1.HeaderClassName
{
color: #FED322;
}
.AnyTagClassName
{
color: #FED322;
}
</style>
background-color css
<style>
a { background-color: #FED322; }
a { background-color: rgb(254,211,34); }
div.DivClassName
{
background-color: #FED322;
}
.BgClassName
{
background-color: #FED322;
}
</style>
border-color css
<style>
span { border-color: #FED322; }
span { border-color: rgb(254,211,34); }
td.TdClassName
{
border-color: #FED322;
}
.TagClassName
{
border-color: #FED322;
}
</style>