Shades of Turbo #FED822
Tints of Turbo #FED822
RGB
CMYK
RGB Variations
Color information
#FED822 (or 0xFED822) is known color: Turbo. HEX triplet: FE, D8 and 22. RGB value is (254,216,34). Sum of RGB (Red+Green+Blue) = 254+216+34=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FED822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED822 is #0127DD. Grayscale: #CFCFCF. Windows color (decimal): -75742 or 2283774. OLE color: 2283774.
HSL color Cylindrical-coordinate representation of color #FED822: hue angle of 49.64º 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 #FED822 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 34 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.00 |
| HSL | 49.64º | 0.99% | 0.56% | - |
| HSV(B) | 49.64º | 0.87% | 1% | - |
| XYZ | 65.72 | 70.3 | 11.62 | - |
| YUV | 206.61 | 30.59 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 34 | 0 | 0.15 | 0.87 | 0.00 | 49.64 | 0.99 | 0.56 |
| Hex | FE | D8 | 22 | 0 | F | 57 | 0 | 32 | 63 | 38 |
| Octal | 376 | 330 | 42 | 0 | 17 | 127 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11011000 | 100010 | 0 | 1111 | 1010111 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FED822
Complementary color
Monochromatic Colors of #FED822
Black with #FED822
Text Example
Text Example
White with #FED822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED822; }
p { color: rgb(254,216,34); }
H1.HeaderClassName
{
color: #FED822;
}
.AnyTagClassName
{
color: #FED822;
}
</style>
background-color css
<style>
a { background-color: #FED822; }
a { background-color: rgb(254,216,34); }
div.DivClassName
{
background-color: #FED822;
}
.BgClassName
{
background-color: #FED822;
}
</style>
border-color css
<style>
span { border-color: #FED822; }
span { border-color: rgb(254,216,34); }
td.TdClassName
{
border-color: #FED822;
}
.TagClassName
{
border-color: #FED822;
}
</style>