Shades of Turbo #FED021
Tints of Turbo #FED021
RGB
CMYK
RGB Variations
Color information
#FED021 (or 0xFED021) is known color: Turbo. HEX triplet: FE, D0 and 21. RGB value is (254,208,33). Sum of RGB (Red+Green+Blue) = 254+208+33=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FED021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED021 is #012FDE. Grayscale: #CACACA. Windows color (decimal): -77791 or 2216190. OLE color: 2216190.
HSL color Cylindrical-coordinate representation of color #FED021: hue angle of 47.51º 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 #FED021 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 33 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.00 |
| HSL | 47.51º | 0.99% | 0.56% | - |
| HSV(B) | 47.51º | 0.87% | 1% | - |
| XYZ | 63.7 | 66.29 | 10.88 | - |
| YUV | 201.8 | 32.74 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 33 | 0 | 0.18 | 0.87 | 0.00 | 47.51 | 0.99 | 0.56 |
| Hex | FE | D0 | 21 | 0 | 12 | 57 | 0 | 30 | 63 | 38 |
| Octal | 376 | 320 | 41 | 0 | 22 | 127 | 0 | 60 | 143 | 70 |
| Binary | 11111110 | 11010000 | 100001 | 0 | 10010 | 1010111 | 0 | 110000 | 1100011 | 111000 |
Color Harmonies of #FED021
Complementary color
Monochromatic Colors of #FED021
Black with #FED021
Text Example
Text Example
White with #FED021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED021; }
p { color: rgb(254,208,33); }
H1.HeaderClassName
{
color: #FED021;
}
.AnyTagClassName
{
color: #FED021;
}
</style>
background-color css
<style>
a { background-color: #FED021; }
a { background-color: rgb(254,208,33); }
div.DivClassName
{
background-color: #FED021;
}
.BgClassName
{
background-color: #FED021;
}
</style>
border-color css
<style>
span { border-color: #FED021; }
span { border-color: rgb(254,208,33); }
td.TdClassName
{
border-color: #FED021;
}
.TagClassName
{
border-color: #FED021;
}
</style>