Shades of Outrageous Orange #FE622C
Tints of Outrageous Orange #FE622C
RGB
CMYK
RGB Variations
Color information
#FE622C (or 0xFE622C) is known color: Outrageous Orange. HEX triplet: FE, 62 and 2C. RGB value is (254,98,44). Sum of RGB (Red+Green+Blue) = 254+98+44=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE622C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE622C is #019DD3. Grayscale: #8A8A8A. Windows color (decimal): -105940 or 2908926. OLE color: 2908926.
HSL color Cylindrical-coordinate representation of color #FE622C: hue angle of 15.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE622C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 44 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.00 |
| HSL | 15.43º | 0.99% | 0.58% | - |
| HSV(B) | 15.43º | 0.83% | 1% | - |
| XYZ | 45.7 | 29.99 | 5.76 | - |
| YUV | 138.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 44 | 0 | 0.61 | 0.83 | 0.00 | 15.43 | 0.99 | 0.58 |
| Hex | FE | 62 | 2C | 0 | 3D | 53 | 0 | F | 63 | 3A |
| Octal | 376 | 142 | 54 | 0 | 75 | 123 | 0 | 17 | 143 | 72 |
| Binary | 11111110 | 1100010 | 101100 | 0 | 111101 | 1010011 | 0 | 1111 | 1100011 | 111010 |
Color Harmonies of #FE622C
Complementary color
Monochromatic Colors of #FE622C
Black with #FE622C
Text Example
Text Example
White with #FE622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE622C; }
p { color: rgb(254,98,44); }
H1.HeaderClassName
{
color: #FE622C;
}
.AnyTagClassName
{
color: #FE622C;
}
</style>
background-color css
<style>
a { background-color: #FE622C; }
a { background-color: rgb(254,98,44); }
div.DivClassName
{
background-color: #FE622C;
}
.BgClassName
{
background-color: #FE622C;
}
</style>
border-color css
<style>
span { border-color: #FE622C; }
span { border-color: rgb(254,98,44); }
td.TdClassName
{
border-color: #FE622C;
}
.TagClassName
{
border-color: #FE622C;
}
</style>