Shades of Turbo #FECB27
Tints of Turbo #FECB27
RGB
CMYK
RGB Variations
Color information
#FECB27 (or 0xFECB27) is known color: Turbo. HEX triplet: FE, CB and 27. RGB value is (254,203,39). Sum of RGB (Red+Green+Blue) = 254+203+39=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB27 is #0134D8. Grayscale: #C8C8C8. Windows color (decimal): -79065 or 2608126. OLE color: 2608126.
HSL color Cylindrical-coordinate representation of color #FECB27: hue angle of 45.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FECB27 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 39 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.00 |
| HSL | 45.77º | 0.99% | 0.57% | - |
| HSV(B) | 45.77º | 0.85% | 1% | - |
| XYZ | 62.6 | 63.93 | 10.96 | - |
| YUV | 199.55 | 37.4 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 39 | 0 | 0.20 | 0.85 | 0.00 | 45.77 | 0.99 | 0.57 |
| Hex | FE | CB | 27 | 0 | 14 | 55 | 0 | 2E | 63 | 39 |
| Octal | 376 | 313 | 47 | 0 | 24 | 125 | 0 | 56 | 143 | 71 |
| Binary | 11111110 | 11001011 | 100111 | 0 | 10100 | 1010101 | 0 | 101110 | 1100011 | 111001 |
Color Harmonies of #FECB27
Complementary color
Monochromatic Colors of #FECB27
Black with #FECB27
Text Example
Text Example
White with #FECB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB27; }
p { color: rgb(254,203,39); }
H1.HeaderClassName
{
color: #FECB27;
}
.AnyTagClassName
{
color: #FECB27;
}
</style>
background-color css
<style>
a { background-color: #FECB27; }
a { background-color: rgb(254,203,39); }
div.DivClassName
{
background-color: #FECB27;
}
.BgClassName
{
background-color: #FECB27;
}
</style>
border-color css
<style>
span { border-color: #FECB27; }
span { border-color: rgb(254,203,39); }
td.TdClassName
{
border-color: #FECB27;
}
.TagClassName
{
border-color: #FECB27;
}
</style>