Shades of Outrageous Orange #FE622D
Tints of Outrageous Orange #FE622D
RGB
CMYK
RGB Variations
Color information
#FE622D (or 0xFE622D) is known color: Outrageous Orange. HEX triplet: FE, 62 and 2D. RGB value is (254,98,45). Sum of RGB (Red+Green+Blue) = 254+98+45=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE622D is #019DD2. Grayscale: #8A8A8A. Windows color (decimal): -105939 or 2974462. OLE color: 2974462.
HSL color Cylindrical-coordinate representation of color #FE622D: 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.82%. Process color model (Four color, CMYK) of #FE622D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.00 |
| HSL | 15.22º | 0.99% | 0.59% | - |
| HSV(B) | 15.22º | 0.82% | 1% | - |
| XYZ | 45.71 | 30 | 5.86 | - |
| YUV | 138.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 45 | 0 | 0.61 | 0.82 | 0.00 | 15.22 | 0.99 | 0.59 |
| Hex | FE | 62 | 2D | 0 | 3D | 52 | 0 | F | 63 | 3B |
| Octal | 376 | 142 | 55 | 0 | 75 | 122 | 0 | 17 | 143 | 73 |
| Binary | 11111110 | 1100010 | 101101 | 0 | 111101 | 1010010 | 0 | 1111 | 1100011 | 111011 |
Color Harmonies of #FE622D
Complementary color
Monochromatic Colors of #FE622D
Black with #FE622D
Text Example
Text Example
White with #FE622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE622D; }
p { color: rgb(254,98,45); }
H1.HeaderClassName
{
color: #FE622D;
}
.AnyTagClassName
{
color: #FE622D;
}
</style>
background-color css
<style>
a { background-color: #FE622D; }
a { background-color: rgb(254,98,45); }
div.DivClassName
{
background-color: #FE622D;
}
.BgClassName
{
background-color: #FE622D;
}
</style>
border-color css
<style>
span { border-color: #FE622D; }
span { border-color: rgb(254,98,45); }
td.TdClassName
{
border-color: #FE622D;
}
.TagClassName
{
border-color: #FE622D;
}
</style>