Shades of Turbo #FECC1B
Tints of Turbo #FECC1B
RGB
CMYK
RGB Variations
Color information
#FECC1B (or 0xFECC1B) is known color: Turbo. HEX triplet: FE, CC and 1B. RGB value is (254,204,27). Sum of RGB (Red+Green+Blue) = 254+204+27=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC1B is #0133E4. Grayscale: #C7C7C7. Windows color (decimal): -78821 or 1821950. OLE color: 1821950.
HSL color Cylindrical-coordinate representation of color #FECC1B: hue angle of 46.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FECC1B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.00 |
| HSL | 46.78º | 0.99% | 0.55% | - |
| HSV(B) | 46.78º | 0.89% | 1% | - |
| XYZ | 62.66 | 64.34 | 10.15 | - |
| YUV | 198.77 | 31.07 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 27 | 0 | 0.20 | 0.89 | 0.00 | 46.78 | 0.99 | 0.55 |
| Hex | FE | CC | 1B | 0 | 14 | 59 | 0 | 2F | 63 | 37 |
| Octal | 376 | 314 | 33 | 0 | 24 | 131 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001100 | 11011 | 0 | 10100 | 1011001 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECC1B
Complementary color
Monochromatic Colors of #FECC1B
Black with #FECC1B
Text Example
Text Example
White with #FECC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC1B; }
p { color: rgb(254,204,27); }
H1.HeaderClassName
{
color: #FECC1B;
}
.AnyTagClassName
{
color: #FECC1B;
}
</style>
background-color css
<style>
a { background-color: #FECC1B; }
a { background-color: rgb(254,204,27); }
div.DivClassName
{
background-color: #FECC1B;
}
.BgClassName
{
background-color: #FECC1B;
}
</style>
border-color css
<style>
span { border-color: #FECC1B; }
span { border-color: rgb(254,204,27); }
td.TdClassName
{
border-color: #FECC1B;
}
.TagClassName
{
border-color: #FECC1B;
}
</style>