Shades of Turbo #FECB20
Tints of Turbo #FECB20
RGB
CMYK
RGB Variations
Color information
#FECB20 (or 0xFECB20) is known color: Turbo. HEX triplet: FE, CB and 20. RGB value is (254,203,32). Sum of RGB (Red+Green+Blue) = 254+203+32=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB20 is #0134DF. Grayscale: #C7C7C7. Windows color (decimal): -79072 or 2149374. OLE color: 2149374.
HSL color Cylindrical-coordinate representation of color #FECB20: hue angle of 46.22º 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 #FECB20 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 32 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.00 |
| HSL | 46.22º | 0.99% | 0.56% | - |
| HSV(B) | 46.22º | 0.87% | 1% | - |
| XYZ | 62.49 | 63.89 | 10.4 | - |
| YUV | 198.76 | 33.9 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 32 | 0 | 0.20 | 0.87 | 0.00 | 46.22 | 0.99 | 0.56 |
| Hex | FE | CB | 20 | 0 | 14 | 57 | 0 | 2E | 63 | 38 |
| Octal | 376 | 313 | 40 | 0 | 24 | 127 | 0 | 56 | 143 | 70 |
| Binary | 11111110 | 11001011 | 100000 | 0 | 10100 | 1010111 | 0 | 101110 | 1100011 | 111000 |
Color Harmonies of #FECB20
Complementary color
Monochromatic Colors of #FECB20
Black with #FECB20
Text Example
Text Example
White with #FECB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB20; }
p { color: rgb(254,203,32); }
H1.HeaderClassName
{
color: #FECB20;
}
.AnyTagClassName
{
color: #FECB20;
}
</style>
background-color css
<style>
a { background-color: #FECB20; }
a { background-color: rgb(254,203,32); }
div.DivClassName
{
background-color: #FECB20;
}
.BgClassName
{
background-color: #FECB20;
}
</style>
border-color css
<style>
span { border-color: #FECB20; }
span { border-color: rgb(254,203,32); }
td.TdClassName
{
border-color: #FECB20;
}
.TagClassName
{
border-color: #FECB20;
}
</style>