Shades of Outrageous Orange #FE613A
Tints of Outrageous Orange #FE613A
RGB
CMYK
RGB Variations
Color information
#FE613A (or 0xFE613A) is known color: Outrageous Orange. HEX triplet: FE, 61 and 3A. RGB value is (254,97,58). Sum of RGB (Red+Green+Blue) = 254+97+58=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE613A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE613A is #019EC5. Grayscale: #8B8B8B. Windows color (decimal): -106182 or 3826174. OLE color: 3826174.
HSL color Cylindrical-coordinate representation of color #FE613A: hue angle of 11.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE613A is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 58 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.00 |
| HSL | 11.94º | 0.99% | 0.61% | - |
| HSV(B) | 11.94º | 0.77% | 1% | - |
| XYZ | 45.91 | 29.93 | 7.36 | - |
| YUV | 139.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 58 | 0 | 0.62 | 0.77 | 0.00 | 11.94 | 0.99 | 0.61 |
| Hex | FE | 61 | 3A | 0 | 3E | 4D | 0 | C | 63 | 3D |
| Octal | 376 | 141 | 72 | 0 | 76 | 115 | 0 | 14 | 143 | 75 |
| Binary | 11111110 | 1100001 | 111010 | 0 | 111110 | 1001101 | 0 | 1100 | 1100011 | 111101 |
Color Harmonies of #FE613A
Complementary color
Monochromatic Colors of #FE613A
Black with #FE613A
Text Example
Text Example
White with #FE613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE613A; }
p { color: rgb(254,97,58); }
H1.HeaderClassName
{
color: #FE613A;
}
.AnyTagClassName
{
color: #FE613A;
}
</style>
background-color css
<style>
a { background-color: #FE613A; }
a { background-color: rgb(254,97,58); }
div.DivClassName
{
background-color: #FE613A;
}
.BgClassName
{
background-color: #FE613A;
}
</style>
border-color css
<style>
span { border-color: #FE613A; }
span { border-color: rgb(254,97,58); }
td.TdClassName
{
border-color: #FE613A;
}
.TagClassName
{
border-color: #FE613A;
}
</style>