Shades of Outrageous Orange #FE532E
Tints of Outrageous Orange #FE532E
RGB
CMYK
RGB Variations
Color information
#FE532E (or 0xFE532E) is known color: Outrageous Orange. HEX triplet: FE, 53 and 2E. RGB value is (254,83,46). Sum of RGB (Red+Green+Blue) = 254+83+46=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE532E is #01ACD1. Grayscale: #828282. Windows color (decimal): -109778 or 3036158. OLE color: 3036158.
HSL color Cylindrical-coordinate representation of color #FE532E: hue angle of 10.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE532E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 46 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.00 |
| HSL | 10.67º | 0.99% | 0.59% | - |
| HSV(B) | 10.67º | 0.82% | 1% | - |
| XYZ | 44.46 | 27.45 | 5.54 | - |
| YUV | 129.91 | 80.65 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 46 | 0 | 0.67 | 0.82 | 0.00 | 10.67 | 0.99 | 0.59 |
| Hex | FE | 53 | 2E | 0 | 43 | 52 | 0 | B | 63 | 3B |
| Octal | 376 | 123 | 56 | 0 | 103 | 122 | 0 | 13 | 143 | 73 |
| Binary | 11111110 | 1010011 | 101110 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100011 | 111011 |
Color Harmonies of #FE532E
Complementary color
Monochromatic Colors of #FE532E
Black with #FE532E
Text Example
Text Example
White with #FE532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE532E; }
p { color: rgb(254,83,46); }
H1.HeaderClassName
{
color: #FE532E;
}
.AnyTagClassName
{
color: #FE532E;
}
</style>
background-color css
<style>
a { background-color: #FE532E; }
a { background-color: rgb(254,83,46); }
div.DivClassName
{
background-color: #FE532E;
}
.BgClassName
{
background-color: #FE532E;
}
</style>
border-color css
<style>
span { border-color: #FE532E; }
span { border-color: rgb(254,83,46); }
td.TdClassName
{
border-color: #FE532E;
}
.TagClassName
{
border-color: #FE532E;
}
</style>