Shades of Outrageous Orange #FE532D
Tints of Outrageous Orange #FE532D
RGB
CMYK
RGB Variations
Color information
#FE532D (or 0xFE532D) is known color: Outrageous Orange. HEX triplet: FE, 53 and 2D. RGB value is (254,83,45). Sum of RGB (Red+Green+Blue) = 254+83+45=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE532D is #01ACD2. Grayscale: #828282. Windows color (decimal): -109779 or 2970622. OLE color: 2970622.
HSL color Cylindrical-coordinate representation of color #FE532D: hue angle of 10.91º 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 #FE532D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.00 |
| HSL | 10.91º | 0.99% | 0.59% | - |
| HSV(B) | 10.91º | 0.82% | 1% | - |
| XYZ | 44.44 | 27.45 | 5.44 | - |
| YUV | 129.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 45 | 0 | 0.67 | 0.82 | 0.00 | 10.91 | 0.99 | 0.59 |
| Hex | FE | 53 | 2D | 0 | 43 | 52 | 0 | B | 63 | 3B |
| Octal | 376 | 123 | 55 | 0 | 103 | 122 | 0 | 13 | 143 | 73 |
| Binary | 11111110 | 1010011 | 101101 | 0 | 1000011 | 1010010 | 0 | 1011 | 1100011 | 111011 |
Color Harmonies of #FE532D
Complementary color
Monochromatic Colors of #FE532D
Black with #FE532D
Text Example
Text Example
White with #FE532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE532D; }
p { color: rgb(254,83,45); }
H1.HeaderClassName
{
color: #FE532D;
}
.AnyTagClassName
{
color: #FE532D;
}
</style>
background-color css
<style>
a { background-color: #FE532D; }
a { background-color: rgb(254,83,45); }
div.DivClassName
{
background-color: #FE532D;
}
.BgClassName
{
background-color: #FE532D;
}
</style>
border-color css
<style>
span { border-color: #FE532D; }
span { border-color: rgb(254,83,45); }
td.TdClassName
{
border-color: #FE532D;
}
.TagClassName
{
border-color: #FE532D;
}
</style>