Shades of Turbo #FED820
Tints of Turbo #FED820
RGB
CMYK
RGB Variations
Color information
#FED820 (or 0xFED820) is known color: Turbo. HEX triplet: FE, D8 and 20. RGB value is (254,216,32). Sum of RGB (Red+Green+Blue) = 254+216+32=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FED820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED820 is #0127DF. Grayscale: #CFCFCF. Windows color (decimal): -75744 or 2152702. OLE color: 2152702.
HSL color Cylindrical-coordinate representation of color #FED820: hue angle of 49.73º 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 #FED820 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 32 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.00 |
| HSL | 49.73º | 0.99% | 0.56% | - |
| HSV(B) | 49.73º | 0.87% | 1% | - |
| XYZ | 65.69 | 70.29 | 11.47 | - |
| YUV | 206.39 | 29.59 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 32 | 0 | 0.15 | 0.87 | 0.00 | 49.73 | 0.99 | 0.56 |
| Hex | FE | D8 | 20 | 0 | F | 57 | 0 | 32 | 63 | 38 |
| Octal | 376 | 330 | 40 | 0 | 17 | 127 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11011000 | 100000 | 0 | 1111 | 1010111 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FED820
Complementary color
Monochromatic Colors of #FED820
Black with #FED820
Text Example
Text Example
White with #FED820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED820; }
p { color: rgb(254,216,32); }
H1.HeaderClassName
{
color: #FED820;
}
.AnyTagClassName
{
color: #FED820;
}
</style>
background-color css
<style>
a { background-color: #FED820; }
a { background-color: rgb(254,216,32); }
div.DivClassName
{
background-color: #FED820;
}
.BgClassName
{
background-color: #FED820;
}
</style>
border-color css
<style>
span { border-color: #FED820; }
span { border-color: rgb(254,216,32); }
td.TdClassName
{
border-color: #FED820;
}
.TagClassName
{
border-color: #FED820;
}
</style>