Shades of Outrageous Orange #FE532F
Tints of Outrageous Orange #FE532F
RGB
CMYK
RGB Variations
Color information
#FE532F (or 0xFE532F) is known color: Outrageous Orange. HEX triplet: FE, 53 and 2F. RGB value is (254,83,47). Sum of RGB (Red+Green+Blue) = 254+83+47=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE532F is #01ACD0. Grayscale: #828282. Windows color (decimal): -109777 or 3101694. OLE color: 3101694.
HSL color Cylindrical-coordinate representation of color #FE532F: hue angle of 10.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE532F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 47 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.00 |
| HSL | 10.43º | 0.99% | 0.59% | - |
| HSV(B) | 10.43º | 0.81% | 1% | - |
| XYZ | 44.48 | 27.46 | 5.65 | - |
| YUV | 130.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 47 | 0 | 0.67 | 0.81 | 0.00 | 10.43 | 0.99 | 0.59 |
| Hex | FE | 53 | 2F | 0 | 43 | 51 | 0 | A | 63 | 3B |
| Octal | 376 | 123 | 57 | 0 | 103 | 121 | 0 | 12 | 143 | 73 |
| Binary | 11111110 | 1010011 | 101111 | 0 | 1000011 | 1010001 | 0 | 1010 | 1100011 | 111011 |
Color Harmonies of #FE532F
Complementary color
Monochromatic Colors of #FE532F
Black with #FE532F
Text Example
Text Example
White with #FE532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE532F; }
p { color: rgb(254,83,47); }
H1.HeaderClassName
{
color: #FE532F;
}
.AnyTagClassName
{
color: #FE532F;
}
</style>
background-color css
<style>
a { background-color: #FE532F; }
a { background-color: rgb(254,83,47); }
div.DivClassName
{
background-color: #FE532F;
}
.BgClassName
{
background-color: #FE532F;
}
</style>
border-color css
<style>
span { border-color: #FE532F; }
span { border-color: rgb(254,83,47); }
td.TdClassName
{
border-color: #FE532F;
}
.TagClassName
{
border-color: #FE532F;
}
</style>