Shades of Turbo #FEC320
Tints of Turbo #FEC320
RGB
CMYK
RGB Variations
Color information
#FEC320 (or 0xFEC320) is known color: Turbo. HEX triplet: FE, C3 and 20. RGB value is (254,195,32). Sum of RGB (Red+Green+Blue) = 254+195+32=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC320 is #013CDF. Grayscale: #C2C2C2. Windows color (decimal): -81120 or 2147326. OLE color: 2147326.
HSL color Cylindrical-coordinate representation of color #FEC320: hue angle of 44.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEC320 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 32 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.00 |
| HSL | 44.05º | 0.99% | 0.56% | - |
| HSV(B) | 44.05º | 0.87% | 1% | - |
| XYZ | 60.65 | 60.21 | 9.79 | - |
| YUV | 194.06 | 36.55 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 32 | 0 | 0.23 | 0.87 | 0.00 | 44.05 | 0.99 | 0.56 |
| Hex | FE | C3 | 20 | 0 | 17 | 57 | 0 | 2C | 63 | 38 |
| Octal | 376 | 303 | 40 | 0 | 27 | 127 | 0 | 54 | 143 | 70 |
| Binary | 11111110 | 11000011 | 100000 | 0 | 10111 | 1010111 | 0 | 101100 | 1100011 | 111000 |
Color Harmonies of #FEC320
Complementary color
Monochromatic Colors of #FEC320
Black with #FEC320
Text Example
Text Example
White with #FEC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC320; }
p { color: rgb(254,195,32); }
H1.HeaderClassName
{
color: #FEC320;
}
.AnyTagClassName
{
color: #FEC320;
}
</style>
background-color css
<style>
a { background-color: #FEC320; }
a { background-color: rgb(254,195,32); }
div.DivClassName
{
background-color: #FEC320;
}
.BgClassName
{
background-color: #FEC320;
}
</style>
border-color css
<style>
span { border-color: #FEC320; }
span { border-color: rgb(254,195,32); }
td.TdClassName
{
border-color: #FEC320;
}
.TagClassName
{
border-color: #FEC320;
}
</style>