Shades of Turbo #FEC821
Tints of Turbo #FEC821
RGB
CMYK
RGB Variations
Color information
#FEC821 (or 0xFEC821) is known color: Turbo. HEX triplet: FE, C8 and 21. RGB value is (254,200,33). Sum of RGB (Red+Green+Blue) = 254+200+33=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC821 is #0137DE. Grayscale: #C5C5C5. Windows color (decimal): -79839 or 2214142. OLE color: 2214142.
HSL color Cylindrical-coordinate representation of color #FEC821: hue angle of 45.34º 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 #FEC821 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 33 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.00 |
| HSL | 45.34º | 0.99% | 0.56% | - |
| HSV(B) | 45.34º | 0.87% | 1% | - |
| XYZ | 61.8 | 62.49 | 10.24 | - |
| YUV | 197.11 | 35.39 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 33 | 0 | 0.21 | 0.87 | 0.00 | 45.34 | 0.99 | 0.56 |
| Hex | FE | C8 | 21 | 0 | 15 | 57 | 0 | 2D | 63 | 38 |
| Octal | 376 | 310 | 41 | 0 | 25 | 127 | 0 | 55 | 143 | 70 |
| Binary | 11111110 | 11001000 | 100001 | 0 | 10101 | 1010111 | 0 | 101101 | 1100011 | 111000 |
Color Harmonies of #FEC821
Complementary color
Monochromatic Colors of #FEC821
Black with #FEC821
Text Example
Text Example
White with #FEC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC821; }
p { color: rgb(254,200,33); }
H1.HeaderClassName
{
color: #FEC821;
}
.AnyTagClassName
{
color: #FEC821;
}
</style>
background-color css
<style>
a { background-color: #FEC821; }
a { background-color: rgb(254,200,33); }
div.DivClassName
{
background-color: #FEC821;
}
.BgClassName
{
background-color: #FEC821;
}
</style>
border-color css
<style>
span { border-color: #FEC821; }
span { border-color: rgb(254,200,33); }
td.TdClassName
{
border-color: #FEC821;
}
.TagClassName
{
border-color: #FEC821;
}
</style>