Shades of Turbo #FEDA21
Tints of Turbo #FEDA21
RGB
CMYK
RGB Variations
Color information
#FEDA21 (or 0xFEDA21) is known color: Turbo. HEX triplet: FE, DA and 21. RGB value is (254,218,33). Sum of RGB (Red+Green+Blue) = 254+218+33=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 33 (13.28% from 255 or 6.53% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA21 is #0125DE. Grayscale: #D0D0D0. Windows color (decimal): -75231 or 2218750. OLE color: 2218750.
HSL color Cylindrical-coordinate representation of color #FEDA21: hue angle of 50.23º 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 #FEDA21 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 33 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.00 |
| HSL | 50.23º | 0.99% | 0.56% | - |
| HSV(B) | 50.23º | 0.87% | 1% | - |
| XYZ | 66.22 | 71.32 | 11.72 | - |
| YUV | 207.67 | 29.43 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 33 | 0 | 0.14 | 0.87 | 0.00 | 50.23 | 0.99 | 0.56 |
| Hex | FE | DA | 21 | 0 | E | 57 | 0 | 32 | 63 | 38 |
| Octal | 376 | 332 | 41 | 0 | 16 | 127 | 0 | 62 | 143 | 70 |
| Binary | 11111110 | 11011010 | 100001 | 0 | 1110 | 1010111 | 0 | 110010 | 1100011 | 111000 |
Color Harmonies of #FEDA21
Complementary color
Monochromatic Colors of #FEDA21
Black with #FEDA21
Text Example
Text Example
White with #FEDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA21; }
p { color: rgb(254,218,33); }
H1.HeaderClassName
{
color: #FEDA21;
}
.AnyTagClassName
{
color: #FEDA21;
}
</style>
background-color css
<style>
a { background-color: #FEDA21; }
a { background-color: rgb(254,218,33); }
div.DivClassName
{
background-color: #FEDA21;
}
.BgClassName
{
background-color: #FEDA21;
}
</style>
border-color css
<style>
span { border-color: #FEDA21; }
span { border-color: rgb(254,218,33); }
td.TdClassName
{
border-color: #FEDA21;
}
.TagClassName
{
border-color: #FEDA21;
}
</style>