Shades of Outrageous Orange #FE602F
Tints of Outrageous Orange #FE602F
RGB
CMYK
RGB Variations
Color information
#FE602F (or 0xFE602F) is known color: Outrageous Orange. HEX triplet: FE, 60 and 2F. RGB value is (254,96,47). Sum of RGB (Red+Green+Blue) = 254+96+47=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE602F is #019FD0. Grayscale: #8A8A8A. Windows color (decimal): -106449 or 3105022. OLE color: 3105022.
HSL color Cylindrical-coordinate representation of color #FE602F: hue angle of 14.2º 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 #FE602F is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 47 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.00 |
| HSL | 14.2º | 0.99% | 0.59% | - |
| HSV(B) | 14.2º | 0.81% | 1% | - |
| XYZ | 45.57 | 29.64 | 6.01 | - |
| YUV | 137.66 | 76.85 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 47 | 0 | 0.62 | 0.81 | 0.00 | 14.2 | 0.99 | 0.59 |
| Hex | FE | 60 | 2F | 0 | 3E | 51 | 0 | E | 63 | 3B |
| Octal | 376 | 140 | 57 | 0 | 76 | 121 | 0 | 16 | 143 | 73 |
| Binary | 11111110 | 1100000 | 101111 | 0 | 111110 | 1010001 | 0 | 1110 | 1100011 | 111011 |
Color Harmonies of #FE602F
Complementary color
Monochromatic Colors of #FE602F
Black with #FE602F
Text Example
Text Example
White with #FE602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE602F; }
p { color: rgb(254,96,47); }
H1.HeaderClassName
{
color: #FE602F;
}
.AnyTagClassName
{
color: #FE602F;
}
</style>
background-color css
<style>
a { background-color: #FE602F; }
a { background-color: rgb(254,96,47); }
div.DivClassName
{
background-color: #FE602F;
}
.BgClassName
{
background-color: #FE602F;
}
</style>
border-color css
<style>
span { border-color: #FE602F; }
span { border-color: rgb(254,96,47); }
td.TdClassName
{
border-color: #FE602F;
}
.TagClassName
{
border-color: #FE602F;
}
</style>