Shades of Outrageous Orange #FE633C
Tints of Outrageous Orange #FE633C
RGB
CMYK
RGB Variations
Color information
#FE633C (or 0xFE633C) is known color: Outrageous Orange. HEX triplet: FE, 63 and 3C. RGB value is (254,99,60). Sum of RGB (Red+Green+Blue) = 254+99+60=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE633C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE633C is #019CC3. Grayscale: #8D8D8D. Windows color (decimal): -105668 or 3957758. OLE color: 3957758.
HSL color Cylindrical-coordinate representation of color #FE633C: hue angle of 12.06º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE633C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 60 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.00 |
| HSL | 12.06º | 0.99% | 0.62% | - |
| HSV(B) | 12.06º | 0.76% | 1% | - |
| XYZ | 46.15 | 30.32 | 7.7 | - |
| YUV | 140.9 | 82.35 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 60 | 0 | 0.61 | 0.76 | 0.00 | 12.06 | 0.99 | 0.62 |
| Hex | FE | 63 | 3C | 0 | 3D | 4C | 0 | C | 63 | 3E |
| Octal | 376 | 143 | 74 | 0 | 75 | 114 | 0 | 14 | 143 | 76 |
| Binary | 11111110 | 1100011 | 111100 | 0 | 111101 | 1001100 | 0 | 1100 | 1100011 | 111110 |
Color Harmonies of #FE633C
Complementary color
Monochromatic Colors of #FE633C
Black with #FE633C
Text Example
Text Example
White with #FE633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE633C; }
p { color: rgb(254,99,60); }
H1.HeaderClassName
{
color: #FE633C;
}
.AnyTagClassName
{
color: #FE633C;
}
</style>
background-color css
<style>
a { background-color: #FE633C; }
a { background-color: rgb(254,99,60); }
div.DivClassName
{
background-color: #FE633C;
}
.BgClassName
{
background-color: #FE633C;
}
</style>
border-color css
<style>
span { border-color: #FE633C; }
span { border-color: rgb(254,99,60); }
td.TdClassName
{
border-color: #FE633C;
}
.TagClassName
{
border-color: #FE633C;
}
</style>