Shades of Outrageous Orange #FE642D
Tints of Outrageous Orange #FE642D
RGB
CMYK
RGB Variations
Color information
#FE642D (or 0xFE642D) is known color: Outrageous Orange. HEX triplet: FE, 64 and 2D. RGB value is (254,100,45). Sum of RGB (Red+Green+Blue) = 254+100+45=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE642D is #019BD2. Grayscale: #8C8C8C. Windows color (decimal): -105427 or 2974974. OLE color: 2974974.
HSL color Cylindrical-coordinate representation of color #FE642D: hue angle of 15.79º 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 #FE642D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.00 |
| HSL | 15.79º | 0.99% | 0.59% | - |
| HSV(B) | 15.79º | 0.82% | 1% | - |
| XYZ | 45.9 | 30.37 | 5.93 | - |
| YUV | 139.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 45 | 0 | 0.61 | 0.82 | 0.00 | 15.79 | 0.99 | 0.59 |
| Hex | FE | 64 | 2D | 0 | 3D | 52 | 0 | 10 | 63 | 3B |
| Octal | 376 | 144 | 55 | 0 | 75 | 122 | 0 | 20 | 143 | 73 |
| Binary | 11111110 | 1100100 | 101101 | 0 | 111101 | 1010010 | 0 | 10000 | 1100011 | 111011 |
Color Harmonies of #FE642D
Complementary color
Monochromatic Colors of #FE642D
Black with #FE642D
Text Example
Text Example
White with #FE642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE642D; }
p { color: rgb(254,100,45); }
H1.HeaderClassName
{
color: #FE642D;
}
.AnyTagClassName
{
color: #FE642D;
}
</style>
background-color css
<style>
a { background-color: #FE642D; }
a { background-color: rgb(254,100,45); }
div.DivClassName
{
background-color: #FE642D;
}
.BgClassName
{
background-color: #FE642D;
}
</style>
border-color css
<style>
span { border-color: #FE642D; }
span { border-color: rgb(254,100,45); }
td.TdClassName
{
border-color: #FE642D;
}
.TagClassName
{
border-color: #FE642D;
}
</style>