Shades of Turbo #FEDD21
Tints of Turbo #FEDD21
RGB
CMYK
RGB Variations
Color information
#FEDD21 (or 0xFEDD21) is known color: Turbo. HEX triplet: FE, DD and 21. RGB value is (254,221,33). Sum of RGB (Red+Green+Blue) = 254+221+33=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 33 (13.28% from 255 or 6.50% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD21 is #0122DE. Grayscale: #D2D2D2. Windows color (decimal): -74463 or 2219518. OLE color: 2219518.
HSL color Cylindrical-coordinate representation of color #FEDD21: hue angle of 51.04º 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 #FEDD21 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 33 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.00 |
| HSL | 51.04º | 0.99% | 0.56% | - |
| HSV(B) | 51.04º | 0.87% | 1% | - |
| XYZ | 67 | 72.89 | 11.98 | - |
| YUV | 209.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 33 | 0 | 0.13 | 0.87 | 0.00 | 51.04 | 0.99 | 0.56 |
| Hex | FE | DD | 21 | 0 | D | 57 | 0 | 33 | 63 | 38 |
| Octal | 376 | 335 | 41 | 0 | 15 | 127 | 0 | 63 | 143 | 70 |
| Binary | 11111110 | 11011101 | 100001 | 0 | 1101 | 1010111 | 0 | 110011 | 1100011 | 111000 |
Color Harmonies of #FEDD21
Complementary color
Monochromatic Colors of #FEDD21
Black with #FEDD21
Text Example
Text Example
White with #FEDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD21; }
p { color: rgb(254,221,33); }
H1.HeaderClassName
{
color: #FEDD21;
}
.AnyTagClassName
{
color: #FEDD21;
}
</style>
background-color css
<style>
a { background-color: #FEDD21; }
a { background-color: rgb(254,221,33); }
div.DivClassName
{
background-color: #FEDD21;
}
.BgClassName
{
background-color: #FEDD21;
}
</style>
border-color css
<style>
span { border-color: #FEDD21; }
span { border-color: rgb(254,221,33); }
td.TdClassName
{
border-color: #FEDD21;
}
.TagClassName
{
border-color: #FEDD21;
}
</style>