Shades of Outrageous Orange #FE5D2D
Tints of Outrageous Orange #FE5D2D
RGB
CMYK
RGB Variations
Color information
#FE5D2D (or 0xFE5D2D) is known color: Outrageous Orange. HEX triplet: FE, 5D and 2D. RGB value is (254,93,45). Sum of RGB (Red+Green+Blue) = 254+93+45=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5D2D is #01A2D2. Grayscale: #888888. Windows color (decimal): -107219 or 2973182. OLE color: 2973182.
HSL color Cylindrical-coordinate representation of color #FE5D2D: hue angle of 13.78º 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 #FE5D2D is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 45 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.00 |
| HSL | 13.78º | 0.99% | 0.59% | - |
| HSV(B) | 13.78º | 0.82% | 1% | - |
| XYZ | 45.26 | 29.09 | 5.71 | - |
| YUV | 135.67 | 76.84 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 45 | 0 | 0.63 | 0.82 | 0.00 | 13.78 | 0.99 | 0.59 |
| Hex | FE | 5D | 2D | 0 | 3F | 52 | 0 | E | 63 | 3B |
| Octal | 376 | 135 | 55 | 0 | 77 | 122 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1011101 | 101101 | 0 | 111111 | 1010010 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE5D2D
Complementary color
Monochromatic Colors of #FE5D2D
Black with #FE5D2D
Text Example
Text Example
White with #FE5D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D2D; }
p { color: rgb(254,93,45); }
H1.HeaderClassName
{
color: #FE5D2D;
}
.AnyTagClassName
{
color: #FE5D2D;
}
</style>
background-color css
<style>
a { background-color: #FE5D2D; }
a { background-color: rgb(254,93,45); }
div.DivClassName
{
background-color: #FE5D2D;
}
.BgClassName
{
background-color: #FE5D2D;
}
</style>
border-color css
<style>
span { border-color: #FE5D2D; }
span { border-color: rgb(254,93,45); }
td.TdClassName
{
border-color: #FE5D2D;
}
.TagClassName
{
border-color: #FE5D2D;
}
</style>