Shades of Outrageous Orange #FE653C
Tints of Outrageous Orange #FE653C
RGB
CMYK
RGB Variations
Color information
#FE653C (or 0xFE653C) is known color: Outrageous Orange. HEX triplet: FE, 65 and 3C. RGB value is (254,101,60). Sum of RGB (Red+Green+Blue) = 254+101+60=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE653C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE653C is #019AC3. Grayscale: #8E8E8E. Windows color (decimal): -105156 or 3958270. OLE color: 3958270.
HSL color Cylindrical-coordinate representation of color #FE653C: hue angle of 12.68º 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 #FE653C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 60 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.00 |
| HSL | 12.68º | 0.99% | 0.62% | - |
| HSV(B) | 12.68º | 0.76% | 1% | - |
| XYZ | 46.34 | 30.7 | 7.76 | - |
| YUV | 142.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 60 | 0 | 0.60 | 0.76 | 0.00 | 12.68 | 0.99 | 0.62 |
| Hex | FE | 65 | 3C | 0 | 3C | 4C | 0 | D | 63 | 3E |
| Octal | 376 | 145 | 74 | 0 | 74 | 114 | 0 | 15 | 143 | 76 |
| Binary | 11111110 | 1100101 | 111100 | 0 | 111100 | 1001100 | 0 | 1101 | 1100011 | 111110 |
Color Harmonies of #FE653C
Complementary color
Monochromatic Colors of #FE653C
Black with #FE653C
Text Example
Text Example
White with #FE653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE653C; }
p { color: rgb(254,101,60); }
H1.HeaderClassName
{
color: #FE653C;
}
.AnyTagClassName
{
color: #FE653C;
}
</style>
background-color css
<style>
a { background-color: #FE653C; }
a { background-color: rgb(254,101,60); }
div.DivClassName
{
background-color: #FE653C;
}
.BgClassName
{
background-color: #FE653C;
}
</style>
border-color css
<style>
span { border-color: #FE653C; }
span { border-color: rgb(254,101,60); }
td.TdClassName
{
border-color: #FE653C;
}
.TagClassName
{
border-color: #FE653C;
}
</style>