Shades of Turbo #FECB24
Tints of Turbo #FECB24
RGB
CMYK
RGB Variations
Color information
#FECB24 (or 0xFECB24) is known color: Turbo. HEX triplet: FE, CB and 24. RGB value is (254,203,36). Sum of RGB (Red+Green+Blue) = 254+203+36=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB24 is #0134DB. Grayscale: #C7C7C7. Windows color (decimal): -79068 or 2411518. OLE color: 2411518.
HSL color Cylindrical-coordinate representation of color #FECB24: hue angle of 45.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FECB24 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 36 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.00 |
| HSL | 45.96º | 0.99% | 0.57% | - |
| HSV(B) | 45.96º | 0.86% | 1% | - |
| XYZ | 62.55 | 63.91 | 10.71 | - |
| YUV | 199.21 | 35.9 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 36 | 0 | 0.20 | 0.86 | 0.00 | 45.96 | 0.99 | 0.57 |
| Hex | FE | CB | 24 | 0 | 14 | 56 | 0 | 2E | 63 | 39 |
| Octal | 376 | 313 | 44 | 0 | 24 | 126 | 0 | 56 | 143 | 71 |
| Binary | 11111110 | 11001011 | 100100 | 0 | 10100 | 1010110 | 0 | 101110 | 1100011 | 111001 |
Color Harmonies of #FECB24
Complementary color
Monochromatic Colors of #FECB24
Black with #FECB24
Text Example
Text Example
White with #FECB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB24; }
p { color: rgb(254,203,36); }
H1.HeaderClassName
{
color: #FECB24;
}
.AnyTagClassName
{
color: #FECB24;
}
</style>
background-color css
<style>
a { background-color: #FECB24; }
a { background-color: rgb(254,203,36); }
div.DivClassName
{
background-color: #FECB24;
}
.BgClassName
{
background-color: #FECB24;
}
</style>
border-color css
<style>
span { border-color: #FECB24; }
span { border-color: rgb(254,203,36); }
td.TdClassName
{
border-color: #FECB24;
}
.TagClassName
{
border-color: #FECB24;
}
</style>