Shades of Turbo #FEC421
Tints of Turbo #FEC421
RGB
CMYK
RGB Variations
Color information
#FEC421 (or 0xFEC421) is known color: Turbo. HEX triplet: FE, C4 and 21. RGB value is (254,196,33). Sum of RGB (Red+Green+Blue) = 254+196+33=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC421 is #013BDE. Grayscale: #C3C3C3. Windows color (decimal): -80863 or 2213118. OLE color: 2213118.
HSL color Cylindrical-coordinate representation of color #FEC421: hue angle of 44.25º 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 #FEC421 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 33 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.00 |
| HSL | 44.25º | 0.99% | 0.56% | - |
| HSV(B) | 44.25º | 0.87% | 1% | - |
| XYZ | 60.89 | 60.66 | 9.94 | - |
| YUV | 194.76 | 36.72 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 33 | 0 | 0.23 | 0.87 | 0.00 | 44.25 | 0.99 | 0.56 |
| Hex | FE | C4 | 21 | 0 | 17 | 57 | 0 | 2C | 63 | 38 |
| Octal | 376 | 304 | 41 | 0 | 27 | 127 | 0 | 54 | 143 | 70 |
| Binary | 11111110 | 11000100 | 100001 | 0 | 10111 | 1010111 | 0 | 101100 | 1100011 | 111000 |
Color Harmonies of #FEC421
Complementary color
Monochromatic Colors of #FEC421
Black with #FEC421
Text Example
Text Example
White with #FEC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC421; }
p { color: rgb(254,196,33); }
H1.HeaderClassName
{
color: #FEC421;
}
.AnyTagClassName
{
color: #FEC421;
}
</style>
background-color css
<style>
a { background-color: #FEC421; }
a { background-color: rgb(254,196,33); }
div.DivClassName
{
background-color: #FEC421;
}
.BgClassName
{
background-color: #FEC421;
}
</style>
border-color css
<style>
span { border-color: #FEC421; }
span { border-color: rgb(254,196,33); }
td.TdClassName
{
border-color: #FEC421;
}
.TagClassName
{
border-color: #FEC421;
}
</style>