Shades of Outrageous Orange #FE632F
Tints of Outrageous Orange #FE632F
RGB
CMYK
RGB Variations
Color information
#FE632F (or 0xFE632F) is known color: Outrageous Orange. HEX triplet: FE, 63 and 2F. RGB value is (254,99,47). Sum of RGB (Red+Green+Blue) = 254+99+47=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE632F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE632F is #019CD0. Grayscale: #8B8B8B. Windows color (decimal): -105681 or 3105790. OLE color: 3105790.
HSL color Cylindrical-coordinate representation of color #FE632F: hue angle of 15.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE632F is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 47 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.00 |
| HSL | 15.07º | 0.99% | 0.59% | - |
| HSV(B) | 15.07º | 0.81% | 1% | - |
| XYZ | 45.85 | 30.2 | 6.1 | - |
| YUV | 139.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 47 | 0 | 0.61 | 0.81 | 0.00 | 15.07 | 0.99 | 0.59 |
| Hex | FE | 63 | 2F | 0 | 3D | 51 | 0 | F | 63 | 3B |
| Octal | 376 | 143 | 57 | 0 | 75 | 121 | 0 | 17 | 143 | 73 |
| Binary | 11111110 | 1100011 | 101111 | 0 | 111101 | 1010001 | 0 | 1111 | 1100011 | 111011 |
Color Harmonies of #FE632F
Complementary color
Monochromatic Colors of #FE632F
Black with #FE632F
Text Example
Text Example
White with #FE632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE632F; }
p { color: rgb(254,99,47); }
H1.HeaderClassName
{
color: #FE632F;
}
.AnyTagClassName
{
color: #FE632F;
}
</style>
background-color css
<style>
a { background-color: #FE632F; }
a { background-color: rgb(254,99,47); }
div.DivClassName
{
background-color: #FE632F;
}
.BgClassName
{
background-color: #FE632F;
}
</style>
border-color css
<style>
span { border-color: #FE632F; }
span { border-color: rgb(254,99,47); }
td.TdClassName
{
border-color: #FE632F;
}
.TagClassName
{
border-color: #FE632F;
}
</style>