Shades of Outrageous Orange #FE531F
Tints of Outrageous Orange #FE531F
RGB
CMYK
RGB Variations
Color information
#FE531F (or 0xFE531F) is known color: Outrageous Orange. HEX triplet: FE, 53 and 1F. RGB value is (254,83,31). Sum of RGB (Red+Green+Blue) = 254+83+31=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE531F is #01ACE0. Grayscale: #808080. Windows color (decimal): -109793 or 2053118. OLE color: 2053118.
HSL color Cylindrical-coordinate representation of color #FE531F: hue angle of 13.99º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE531F is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 31 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.00 |
| HSL | 13.99º | 0.99% | 0.56% | - |
| HSV(B) | 13.99º | 0.88% | 1% | - |
| XYZ | 44.21 | 27.36 | 4.25 | - |
| YUV | 128.2 | 73.15 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 31 | 0 | 0.67 | 0.88 | 0.00 | 13.99 | 0.99 | 0.56 |
| Hex | FE | 53 | 1F | 0 | 43 | 58 | 0 | E | 63 | 38 |
| Octal | 376 | 123 | 37 | 0 | 103 | 130 | 0 | 16 | 143 | 70 |
| Binary | 11111110 | 1010011 | 11111 | 0 | 1000011 | 1011000 | 0 | 1110 | 1100011 | 111000 |
Color Harmonies of #FE531F
Complementary color
Monochromatic Colors of #FE531F
Black with #FE531F
Text Example
Text Example
White with #FE531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE531F; }
p { color: rgb(254,83,31); }
H1.HeaderClassName
{
color: #FE531F;
}
.AnyTagClassName
{
color: #FE531F;
}
</style>
background-color css
<style>
a { background-color: #FE531F; }
a { background-color: rgb(254,83,31); }
div.DivClassName
{
background-color: #FE531F;
}
.BgClassName
{
background-color: #FE531F;
}
</style>
border-color css
<style>
span { border-color: #FE531F; }
span { border-color: rgb(254,83,31); }
td.TdClassName
{
border-color: #FE531F;
}
.TagClassName
{
border-color: #FE531F;
}
</style>