Shades of Outrageous Orange #FE572D
Tints of Outrageous Orange #FE572D
RGB
CMYK
RGB Variations
Color information
#FE572D (or 0xFE572D) is known color: Outrageous Orange. HEX triplet: FE, 57 and 2D. RGB value is (254,87,45). Sum of RGB (Red+Green+Blue) = 254+87+45=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE572D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE572D is #01A8D2. Grayscale: #848484. Windows color (decimal): -108755 or 2971646. OLE color: 2971646.
HSL color Cylindrical-coordinate representation of color #FE572D: hue angle of 12.06º 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 #FE572D is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 45 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.00 |
| HSL | 12.06º | 0.99% | 0.59% | - |
| HSV(B) | 12.06º | 0.82% | 1% | - |
| XYZ | 44.75 | 28.08 | 5.54 | - |
| YUV | 132.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 45 | 0 | 0.66 | 0.82 | 0.00 | 12.06 | 0.99 | 0.59 |
| Hex | FE | 57 | 2D | 0 | 42 | 52 | 0 | C | 63 | 3B |
| Octal | 376 | 127 | 55 | 0 | 102 | 122 | 0 | 14 | 143 | 73 |
| Binary | 11111110 | 1010111 | 101101 | 0 | 1000010 | 1010010 | 0 | 1100 | 1100011 | 111011 |
Color Harmonies of #FE572D
Complementary color
Monochromatic Colors of #FE572D
Black with #FE572D
Text Example
Text Example
White with #FE572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE572D; }
p { color: rgb(254,87,45); }
H1.HeaderClassName
{
color: #FE572D;
}
.AnyTagClassName
{
color: #FE572D;
}
</style>
background-color css
<style>
a { background-color: #FE572D; }
a { background-color: rgb(254,87,45); }
div.DivClassName
{
background-color: #FE572D;
}
.BgClassName
{
background-color: #FE572D;
}
</style>
border-color css
<style>
span { border-color: #FE572D; }
span { border-color: rgb(254,87,45); }
td.TdClassName
{
border-color: #FE572D;
}
.TagClassName
{
border-color: #FE572D;
}
</style>