Shades of Turbo #FEDA20
Tints of Turbo #FEDA20
RGB
CMYK
RGB Variations
Color information
#FEDA20 (or 0xFEDA20) is known color: Turbo. HEX triplet: FE, DA and 20. RGB value is (254,218,32). Sum of RGB (Red+Green+Blue) = 254+218+32=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA20 is #0125DF. Grayscale: #D0D0D0. Windows color (decimal): -75232 or 2153214. OLE color: 2153214.
HSL color Cylindrical-coordinate representation of color #FEDA20: hue angle of 50.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 #FEDA20 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 32 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.00 |
| HSL | 50.27º | 0.99% | 0.56% | - |
| HSV(B) | 50.27º | 0.87% | 1% | - |
| XYZ | 66.21 | 71.32 | 11.64 | - |
| YUV | 207.56 | 28.93 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 32 | 0 | 0.14 | 0.87 | 0.00 | 50.27 | 0.99 | 0.56 |
| Hex | FE | DA | 20 | 0 | E | 57 | 0 | 32 | 63 | 38 |
| Octal | 376 | 332 | 40 | 0 | 16 | 127 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11011010 | 100000 | 0 | 1110 | 1010111 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FEDA20
Complementary color
Monochromatic Colors of #FEDA20
Black with #FEDA20
Text Example
Text Example
White with #FEDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA20; }
p { color: rgb(254,218,32); }
H1.HeaderClassName
{
color: #FEDA20;
}
.AnyTagClassName
{
color: #FEDA20;
}
</style>
background-color css
<style>
a { background-color: #FEDA20; }
a { background-color: rgb(254,218,32); }
div.DivClassName
{
background-color: #FEDA20;
}
.BgClassName
{
background-color: #FEDA20;
}
</style>
border-color css
<style>
span { border-color: #FEDA20; }
span { border-color: rgb(254,218,32); }
td.TdClassName
{
border-color: #FEDA20;
}
.TagClassName
{
border-color: #FEDA20;
}
</style>