Shades of Turbo #FEC921
Tints of Turbo #FEC921
RGB
CMYK
RGB Variations
Color information
#FEC921 (or 0xFEC921) is known color: Turbo. HEX triplet: FE, C9 and 21. RGB value is (254,201,33). Sum of RGB (Red+Green+Blue) = 254+201+33=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC921 is #0136DE. Grayscale: #C6C6C6. Windows color (decimal): -79583 or 2214398. OLE color: 2214398.
HSL color Cylindrical-coordinate representation of color #FEC921: hue angle of 45.61º 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 #FEC921 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 33 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.00 |
| HSL | 45.61º | 0.99% | 0.56% | - |
| HSV(B) | 45.61º | 0.87% | 1% | - |
| XYZ | 62.03 | 62.95 | 10.32 | - |
| YUV | 197.7 | 35.06 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 33 | 0 | 0.21 | 0.87 | 0.00 | 45.61 | 0.99 | 0.56 |
| Hex | FE | C9 | 21 | 0 | 15 | 57 | 0 | 2E | 63 | 38 |
| Octal | 376 | 311 | 41 | 0 | 25 | 127 | 0 | 56 | 143 | 70 |
| Binary | 11111110 | 11001001 | 100001 | 0 | 10101 | 1010111 | 0 | 101110 | 1100011 | 111000 |
Color Harmonies of #FEC921
Complementary color
Monochromatic Colors of #FEC921
Black with #FEC921
Text Example
Text Example
White with #FEC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC921; }
p { color: rgb(254,201,33); }
H1.HeaderClassName
{
color: #FEC921;
}
.AnyTagClassName
{
color: #FEC921;
}
</style>
background-color css
<style>
a { background-color: #FEC921; }
a { background-color: rgb(254,201,33); }
div.DivClassName
{
background-color: #FEC921;
}
.BgClassName
{
background-color: #FEC921;
}
</style>
border-color css
<style>
span { border-color: #FEC921; }
span { border-color: rgb(254,201,33); }
td.TdClassName
{
border-color: #FEC921;
}
.TagClassName
{
border-color: #FEC921;
}
</style>