Shades of Outrageous Orange #FE5C33
Tints of Outrageous Orange #FE5C33
RGB
CMYK
RGB Variations
Color information
#FE5C33 (or 0xFE5C33) is known color: Outrageous Orange. HEX triplet: FE, 5C and 33. RGB value is (254,92,51). Sum of RGB (Red+Green+Blue) = 254+92+51=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5C33 is #01A3CC. Grayscale: #888888. Windows color (decimal): -107469 or 3366142. OLE color: 3366142.
HSL color Cylindrical-coordinate representation of color #FE5C33: hue angle of 12.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE5C33 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 51 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.00 |
| HSL | 12.12º | 0.99% | 0.6% | - |
| HSV(B) | 12.12º | 0.8% | 1% | - |
| XYZ | 45.3 | 28.96 | 6.34 | - |
| YUV | 135.76 | 80.17 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 51 | 0 | 0.64 | 0.80 | 0.00 | 12.12 | 0.99 | 0.6 |
| Hex | FE | 5C | 33 | 0 | 40 | 50 | 0 | C | 63 | 3C |
| Octal | 376 | 134 | 63 | 0 | 100 | 120 | 0 | 14 | 143 | 74 |
| Binary | 11111110 | 1011100 | 110011 | 0 | 1000000 | 1010000 | 0 | 1100 | 1100011 | 111100 |
Color Harmonies of #FE5C33
Complementary color
Monochromatic Colors of #FE5C33
Black with #FE5C33
Text Example
Text Example
White with #FE5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C33; }
p { color: rgb(254,92,51); }
H1.HeaderClassName
{
color: #FE5C33;
}
.AnyTagClassName
{
color: #FE5C33;
}
</style>
background-color css
<style>
a { background-color: #FE5C33; }
a { background-color: rgb(254,92,51); }
div.DivClassName
{
background-color: #FE5C33;
}
.BgClassName
{
background-color: #FE5C33;
}
</style>
border-color css
<style>
span { border-color: #FE5C33; }
span { border-color: rgb(254,92,51); }
td.TdClassName
{
border-color: #FE5C33;
}
.TagClassName
{
border-color: #FE5C33;
}
</style>