Shades of Turbo #FECB23
Tints of Turbo #FECB23
RGB
CMYK
RGB Variations
Color information
#FECB23 (or 0xFECB23) is known color: Turbo. HEX triplet: FE, CB and 23. RGB value is (254,203,35). Sum of RGB (Red+Green+Blue) = 254+203+35=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB23 is #0134DC. Grayscale: #C7C7C7. Windows color (decimal): -79069 or 2345982. OLE color: 2345982.
HSL color Cylindrical-coordinate representation of color #FECB23: hue angle of 46.03º 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 #FECB23 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 35 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.00 |
| HSL | 46.03º | 0.99% | 0.57% | - |
| HSV(B) | 46.03º | 0.86% | 1% | - |
| XYZ | 62.53 | 63.9 | 10.63 | - |
| YUV | 199.1 | 35.4 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 35 | 0 | 0.20 | 0.86 | 0.00 | 46.03 | 0.99 | 0.57 |
| Hex | FE | CB | 23 | 0 | 14 | 56 | 0 | 2E | 63 | 39 |
| Octal | 376 | 313 | 43 | 0 | 24 | 126 | 0 | 56 | 143 | 71 |
| Binary | 11111110 | 11001011 | 100011 | 0 | 10100 | 1010110 | 0 | 101110 | 1100011 | 111001 |
Color Harmonies of #FECB23
Complementary color
Monochromatic Colors of #FECB23
Black with #FECB23
Text Example
Text Example
White with #FECB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB23; }
p { color: rgb(254,203,35); }
H1.HeaderClassName
{
color: #FECB23;
}
.AnyTagClassName
{
color: #FECB23;
}
</style>
background-color css
<style>
a { background-color: #FECB23; }
a { background-color: rgb(254,203,35); }
div.DivClassName
{
background-color: #FECB23;
}
.BgClassName
{
background-color: #FECB23;
}
</style>
border-color css
<style>
span { border-color: #FECB23; }
span { border-color: rgb(254,203,35); }
td.TdClassName
{
border-color: #FECB23;
}
.TagClassName
{
border-color: #FECB23;
}
</style>