Shades of Turbo #FECB21
Tints of Turbo #FECB21
RGB
CMYK
RGB Variations
Color information
#FECB21 (or 0xFECB21) is known color: Turbo. HEX triplet: FE, CB and 21. RGB value is (254,203,33). Sum of RGB (Red+Green+Blue) = 254+203+33=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB21 is #0134DE. Grayscale: #C7C7C7. Windows color (decimal): -79071 or 2214910. OLE color: 2214910.
HSL color Cylindrical-coordinate representation of color #FECB21: hue angle of 46.15º 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 #FECB21 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 33 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.00 |
| HSL | 46.15º | 0.99% | 0.56% | - |
| HSV(B) | 46.15º | 0.87% | 1% | - |
| XYZ | 62.5 | 63.89 | 10.48 | - |
| YUV | 198.87 | 34.4 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 33 | 0 | 0.20 | 0.87 | 0.00 | 46.15 | 0.99 | 0.56 |
| Hex | FE | CB | 21 | 0 | 14 | 57 | 0 | 2E | 63 | 38 |
| Octal | 376 | 313 | 41 | 0 | 24 | 127 | 0 | 56 | 143 | 70 |
| Binary | 11111110 | 11001011 | 100001 | 0 | 10100 | 1010111 | 0 | 101110 | 1100011 | 111000 |
Color Harmonies of #FECB21
Complementary color
Monochromatic Colors of #FECB21
Black with #FECB21
Text Example
Text Example
White with #FECB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB21; }
p { color: rgb(254,203,33); }
H1.HeaderClassName
{
color: #FECB21;
}
.AnyTagClassName
{
color: #FECB21;
}
</style>
background-color css
<style>
a { background-color: #FECB21; }
a { background-color: rgb(254,203,33); }
div.DivClassName
{
background-color: #FECB21;
}
.BgClassName
{
background-color: #FECB21;
}
</style>
border-color css
<style>
span { border-color: #FECB21; }
span { border-color: rgb(254,203,33); }
td.TdClassName
{
border-color: #FECB21;
}
.TagClassName
{
border-color: #FECB21;
}
</style>