Shades of Turbo #FEC721
Tints of Turbo #FEC721
RGB
CMYK
RGB Variations
Color information
#FEC721 (or 0xFEC721) is known color: Turbo. HEX triplet: FE, C7 and 21. RGB value is (254,199,33). Sum of RGB (Red+Green+Blue) = 254+199+33=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 33 (13.28% from 255 or 6.79% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC721 is #0138DE. Grayscale: #C5C5C5. Windows color (decimal): -80095 or 2213886. OLE color: 2213886.
HSL color Cylindrical-coordinate representation of color #FEC721: hue angle of 45.07º 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 #FEC721 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 33 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.00 |
| HSL | 45.07º | 0.99% | 0.56% | - |
| HSV(B) | 45.07º | 0.87% | 1% | - |
| XYZ | 61.57 | 62.03 | 10.17 | - |
| YUV | 196.52 | 35.72 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 33 | 0 | 0.22 | 0.87 | 0.00 | 45.07 | 0.99 | 0.56 |
| Hex | FE | C7 | 21 | 0 | 16 | 57 | 0 | 2D | 63 | 38 |
| Octal | 376 | 307 | 41 | 0 | 26 | 127 | 0 | 55 | 143 | 70 |
| Binary | 11111110 | 11000111 | 100001 | 0 | 10110 | 1010111 | 0 | 101101 | 1100011 | 111000 |
Color Harmonies of #FEC721
Complementary color
Monochromatic Colors of #FEC721
Black with #FEC721
Text Example
Text Example
White with #FEC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC721; }
p { color: rgb(254,199,33); }
H1.HeaderClassName
{
color: #FEC721;
}
.AnyTagClassName
{
color: #FEC721;
}
</style>
background-color css
<style>
a { background-color: #FEC721; }
a { background-color: rgb(254,199,33); }
div.DivClassName
{
background-color: #FEC721;
}
.BgClassName
{
background-color: #FEC721;
}
</style>
border-color css
<style>
span { border-color: #FEC721; }
span { border-color: rgb(254,199,33); }
td.TdClassName
{
border-color: #FEC721;
}
.TagClassName
{
border-color: #FEC721;
}
</style>