Shades of Turbo #FED422
Tints of Turbo #FED422
RGB
CMYK
RGB Variations
Color information
#FED422 (or 0xFED422) is known color: Turbo. HEX triplet: FE, D4 and 22. RGB value is (254,212,34). Sum of RGB (Red+Green+Blue) = 254+212+34=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FED422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED422 is #012BDD. Grayscale: #CDCDCD. Windows color (decimal): -76766 or 2282750. OLE color: 2282750.
HSL color Cylindrical-coordinate representation of color #FED422: hue angle of 48.55º 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 #FED422 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 34 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.00 |
| HSL | 48.55º | 0.99% | 0.56% | - |
| HSV(B) | 48.55º | 0.87% | 1% | - |
| XYZ | 64.71 | 68.27 | 11.28 | - |
| YUV | 204.27 | 31.91 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 34 | 0 | 0.17 | 0.87 | 0.00 | 48.55 | 0.99 | 0.56 |
| Hex | FE | D4 | 22 | 0 | 11 | 57 | 0 | 31 | 63 | 38 |
| Octal | 376 | 324 | 42 | 0 | 21 | 127 | 0 | 61 | 143 | 70 |
| Binary | 11111110 | 11010100 | 100010 | 0 | 10001 | 1010111 | 0 | 110001 | 1100011 | 111000 |
Color Harmonies of #FED422
Complementary color
Monochromatic Colors of #FED422
Black with #FED422
Text Example
Text Example
White with #FED422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED422; }
p { color: rgb(254,212,34); }
H1.HeaderClassName
{
color: #FED422;
}
.AnyTagClassName
{
color: #FED422;
}
</style>
background-color css
<style>
a { background-color: #FED422; }
a { background-color: rgb(254,212,34); }
div.DivClassName
{
background-color: #FED422;
}
.BgClassName
{
background-color: #FED422;
}
</style>
border-color css
<style>
span { border-color: #FED422; }
span { border-color: rgb(254,212,34); }
td.TdClassName
{
border-color: #FED422;
}
.TagClassName
{
border-color: #FED422;
}
</style>