Shades of Turbo #FEC523
Tints of Turbo #FEC523
RGB
CMYK
RGB Variations
Color information
#FEC523 (or 0xFEC523) is known color: Turbo. HEX triplet: FE, C5 and 23. RGB value is (254,197,35). Sum of RGB (Red+Green+Blue) = 254+197+35=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC523 is #013ADC. Grayscale: #C4C4C4. Windows color (decimal): -80605 or 2344446. OLE color: 2344446.
HSL color Cylindrical-coordinate representation of color #FEC523: hue angle of 44.38º 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 #FEC523 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 35 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.00 |
| HSL | 44.38º | 0.99% | 0.57% | - |
| HSV(B) | 44.38º | 0.86% | 1% | - |
| XYZ | 61.14 | 61.12 | 10.17 | - |
| YUV | 195.58 | 37.38 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 35 | 0 | 0.22 | 0.86 | 0.00 | 44.38 | 0.99 | 0.57 |
| Hex | FE | C5 | 23 | 0 | 16 | 56 | 0 | 2C | 63 | 39 |
| Octal | 376 | 305 | 43 | 0 | 26 | 126 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000101 | 100011 | 0 | 10110 | 1010110 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC523
Complementary color
Monochromatic Colors of #FEC523
Black with #FEC523
Text Example
Text Example
White with #FEC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC523; }
p { color: rgb(254,197,35); }
H1.HeaderClassName
{
color: #FEC523;
}
.AnyTagClassName
{
color: #FEC523;
}
</style>
background-color css
<style>
a { background-color: #FEC523; }
a { background-color: rgb(254,197,35); }
div.DivClassName
{
background-color: #FEC523;
}
.BgClassName
{
background-color: #FEC523;
}
</style>
border-color css
<style>
span { border-color: #FEC523; }
span { border-color: rgb(254,197,35); }
td.TdClassName
{
border-color: #FEC523;
}
.TagClassName
{
border-color: #FEC523;
}
</style>