Shades of Outrageous Orange #FE642F
Tints of Outrageous Orange #FE642F
RGB
CMYK
RGB Variations
Color information
#FE642F (or 0xFE642F) is known color: Outrageous Orange. HEX triplet: FE, 64 and 2F. RGB value is (254,100,47). Sum of RGB (Red+Green+Blue) = 254+100+47=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE642F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE642F is #019BD0. Grayscale: #8C8C8C. Windows color (decimal): -105425 or 3106046. OLE color: 3106046.
HSL color Cylindrical-coordinate representation of color #FE642F: hue angle of 15.36º 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 #FE642F is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 47 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.00 |
| HSL | 15.36º | 0.99% | 0.59% | - |
| HSV(B) | 15.36º | 0.81% | 1% | - |
| XYZ | 45.94 | 30.39 | 6.13 | - |
| YUV | 140 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 47 | 0 | 0.61 | 0.81 | 0.00 | 15.36 | 0.99 | 0.59 |
| Hex | FE | 64 | 2F | 0 | 3D | 51 | 0 | F | 63 | 3B |
| Octal | 376 | 144 | 57 | 0 | 75 | 121 | 0 | 17 | 143 | 73 |
| Binary | 11111110 | 1100100 | 101111 | 0 | 111101 | 1010001 | 0 | 1111 | 1100011 | 111011 |
Color Harmonies of #FE642F
Complementary color
Monochromatic Colors of #FE642F
Black with #FE642F
Text Example
Text Example
White with #FE642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE642F; }
p { color: rgb(254,100,47); }
H1.HeaderClassName
{
color: #FE642F;
}
.AnyTagClassName
{
color: #FE642F;
}
</style>
background-color css
<style>
a { background-color: #FE642F; }
a { background-color: rgb(254,100,47); }
div.DivClassName
{
background-color: #FE642F;
}
.BgClassName
{
background-color: #FE642F;
}
</style>
border-color css
<style>
span { border-color: #FE642F; }
span { border-color: rgb(254,100,47); }
td.TdClassName
{
border-color: #FE642F;
}
.TagClassName
{
border-color: #FE642F;
}
</style>