Shades of Outrageous Orange #FE6531
Tints of Outrageous Orange #FE6531
RGB
CMYK
RGB Variations
Color information
#FE6531 (or 0xFE6531) is known color: Outrageous Orange. HEX triplet: FE, 65 and 31. RGB value is (254,101,49). Sum of RGB (Red+Green+Blue) = 254+101+49=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6531 is #019ACE. Grayscale: #8D8D8D. Windows color (decimal): -105167 or 3237374. OLE color: 3237374.
HSL color Cylindrical-coordinate representation of color #FE6531: hue angle of 15.22º 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 #FE6531 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 49 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.00 |
| HSL | 15.22º | 0.99% | 0.59% | - |
| HSV(B) | 15.22º | 0.81% | 1% | - |
| XYZ | 46.08 | 30.6 | 6.38 | - |
| YUV | 140.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 49 | 0 | 0.60 | 0.81 | 0.00 | 15.22 | 0.99 | 0.59 |
| Hex | FE | 65 | 31 | 0 | 3C | 51 | 0 | F | 63 | 3B |
| Octal | 376 | 145 | 61 | 0 | 74 | 121 | 0 | 17 | 143 | 73 |
| Binary | 11111110 | 1100101 | 110001 | 0 | 111100 | 1010001 | 0 | 1111 | 1100011 | 111011 |
Color Harmonies of #FE6531
Complementary color
Monochromatic Colors of #FE6531
Black with #FE6531
Text Example
Text Example
White with #FE6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6531; }
p { color: rgb(254,101,49); }
H1.HeaderClassName
{
color: #FE6531;
}
.AnyTagClassName
{
color: #FE6531;
}
</style>
background-color css
<style>
a { background-color: #FE6531; }
a { background-color: rgb(254,101,49); }
div.DivClassName
{
background-color: #FE6531;
}
.BgClassName
{
background-color: #FE6531;
}
</style>
border-color css
<style>
span { border-color: #FE6531; }
span { border-color: rgb(254,101,49); }
td.TdClassName
{
border-color: #FE6531;
}
.TagClassName
{
border-color: #FE6531;
}
</style>