Shades of Outrageous Orange #FE5330
Tints of Outrageous Orange #FE5330
RGB
CMYK
RGB Variations
Color information
#FE5330 (or 0xFE5330) is known color: Outrageous Orange. HEX triplet: FE, 53 and 30. RGB value is (254,83,48). Sum of RGB (Red+Green+Blue) = 254+83+48=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5330 is #01ACCF. Grayscale: #828282. Windows color (decimal): -109776 or 3167230. OLE color: 3167230.
HSL color Cylindrical-coordinate representation of color #FE5330: hue angle of 10.19º 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 #FE5330 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 48 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.00 |
| HSL | 10.19º | 0.99% | 0.59% | - |
| HSV(B) | 10.19º | 0.81% | 1% | - |
| XYZ | 44.5 | 27.47 | 5.75 | - |
| YUV | 130.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 48 | 0 | 0.67 | 0.81 | 0.00 | 10.19 | 0.99 | 0.59 |
| Hex | FE | 53 | 30 | 0 | 43 | 51 | 0 | A | 63 | 3B |
| Octal | 376 | 123 | 60 | 0 | 103 | 121 | 0 | 12 | 143 | 73 |
| Binary | 11111110 | 1010011 | 110000 | 0 | 1000011 | 1010001 | 0 | 1010 | 1100011 | 111011 |
Color Harmonies of #FE5330
Complementary color
Monochromatic Colors of #FE5330
Black with #FE5330
Text Example
Text Example
White with #FE5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5330; }
p { color: rgb(254,83,48); }
H1.HeaderClassName
{
color: #FE5330;
}
.AnyTagClassName
{
color: #FE5330;
}
</style>
background-color css
<style>
a { background-color: #FE5330; }
a { background-color: rgb(254,83,48); }
div.DivClassName
{
background-color: #FE5330;
}
.BgClassName
{
background-color: #FE5330;
}
</style>
border-color css
<style>
span { border-color: #FE5330; }
span { border-color: rgb(254,83,48); }
td.TdClassName
{
border-color: #FE5330;
}
.TagClassName
{
border-color: #FE5330;
}
</style>