Shades of Turbo #FECC13
Tints of Turbo #FECC13
RGB
CMYK
RGB Variations
Color information
#FECC13 (or 0xFECC13) is known color: Turbo. HEX triplet: FE, CC and 13. RGB value is (254,204,19). Sum of RGB (Red+Green+Blue) = 254+204+19=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC13 is #0133EC. Grayscale: #C6C6C6. Windows color (decimal): -78829 or 1297662. OLE color: 1297662.
HSL color Cylindrical-coordinate representation of color #FECC13: hue angle of 47.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FECC13 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 19 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 47.23º | 0.99% | 0.54% | - |
| HSV(B) | 47.23º | 0.93% | 1% | - |
| XYZ | 62.58 | 64.3 | 9.73 | - |
| YUV | 197.86 | 27.07 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 19 | 0 | 0.20 | 0.93 | 0.00 | 47.23 | 0.99 | 0.54 |
| Hex | FE | CC | 13 | 0 | 14 | 5D | 0 | 2F | 63 | 36 |
| Octal | 376 | 314 | 23 | 0 | 24 | 135 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001100 | 10011 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECC13
Complementary color
Monochromatic Colors of #FECC13
Black with #FECC13
Text Example
Text Example
White with #FECC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC13; }
p { color: rgb(254,204,19); }
H1.HeaderClassName
{
color: #FECC13;
}
.AnyTagClassName
{
color: #FECC13;
}
</style>
background-color css
<style>
a { background-color: #FECC13; }
a { background-color: rgb(254,204,19); }
div.DivClassName
{
background-color: #FECC13;
}
.BgClassName
{
background-color: #FECC13;
}
</style>
border-color css
<style>
span { border-color: #FECC13; }
span { border-color: rgb(254,204,19); }
td.TdClassName
{
border-color: #FECC13;
}
.TagClassName
{
border-color: #FECC13;
}
</style>