Shades of Outrageous Orange #FE612B
Tints of Outrageous Orange #FE612B
RGB
CMYK
RGB Variations
Color information
#FE612B (or 0xFE612B) is known color: Outrageous Orange. HEX triplet: FE, 61 and 2B. RGB value is (254,97,43). Sum of RGB (Red+Green+Blue) = 254+97+43=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE612B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE612B is #019ED4. Grayscale: #8A8A8A. Windows color (decimal): -106197 or 2843134. OLE color: 2843134.
HSL color Cylindrical-coordinate representation of color #FE612B: hue angle of 15.36º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE612B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 43 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.00 |
| HSL | 15.36º | 0.99% | 0.58% | - |
| HSV(B) | 15.36º | 0.83% | 1% | - |
| XYZ | 45.58 | 29.79 | 5.63 | - |
| YUV | 137.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 43 | 0 | 0.62 | 0.83 | 0.00 | 15.36 | 0.99 | 0.58 |
| Hex | FE | 61 | 2B | 0 | 3E | 53 | 0 | F | 63 | 3A |
| Octal | 376 | 141 | 53 | 0 | 76 | 123 | 0 | 17 | 143 | 72 |
| Binary | 11111110 | 1100001 | 101011 | 0 | 111110 | 1010011 | 0 | 1111 | 1100011 | 111010 |
Color Harmonies of #FE612B
Complementary color
Monochromatic Colors of #FE612B
Black with #FE612B
Text Example
Text Example
White with #FE612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE612B; }
p { color: rgb(254,97,43); }
H1.HeaderClassName
{
color: #FE612B;
}
.AnyTagClassName
{
color: #FE612B;
}
</style>
background-color css
<style>
a { background-color: #FE612B; }
a { background-color: rgb(254,97,43); }
div.DivClassName
{
background-color: #FE612B;
}
.BgClassName
{
background-color: #FE612B;
}
</style>
border-color css
<style>
span { border-color: #FE612B; }
span { border-color: rgb(254,97,43); }
td.TdClassName
{
border-color: #FE612B;
}
.TagClassName
{
border-color: #FE612B;
}
</style>