Shades of Outrageous Orange #FE643C
Tints of Outrageous Orange #FE643C
RGB
CMYK
RGB Variations
Color information
#FE643C (or 0xFE643C) is known color: Outrageous Orange. HEX triplet: FE, 64 and 3C. RGB value is (254,100,60). Sum of RGB (Red+Green+Blue) = 254+100+60=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE643C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE643C is #019BC3. Grayscale: #8D8D8D. Windows color (decimal): -105412 or 3958014. OLE color: 3958014.
HSL color Cylindrical-coordinate representation of color #FE643C: hue angle of 12.37º 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 #FE643C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 60 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.00 |
| HSL | 12.37º | 0.99% | 0.62% | - |
| HSV(B) | 12.37º | 0.76% | 1% | - |
| XYZ | 46.25 | 30.51 | 7.73 | - |
| YUV | 141.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 60 | 0 | 0.61 | 0.76 | 0.00 | 12.37 | 0.99 | 0.62 |
| Hex | FE | 64 | 3C | 0 | 3D | 4C | 0 | C | 63 | 3E |
| Octal | 376 | 144 | 74 | 0 | 75 | 114 | 0 | 14 | 143 | 76 |
| Binary | 11111110 | 1100100 | 111100 | 0 | 111101 | 1001100 | 0 | 1100 | 1100011 | 111110 |
Color Harmonies of #FE643C
Complementary color
Monochromatic Colors of #FE643C
Black with #FE643C
Text Example
Text Example
White with #FE643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE643C; }
p { color: rgb(254,100,60); }
H1.HeaderClassName
{
color: #FE643C;
}
.AnyTagClassName
{
color: #FE643C;
}
</style>
background-color css
<style>
a { background-color: #FE643C; }
a { background-color: rgb(254,100,60); }
div.DivClassName
{
background-color: #FE643C;
}
.BgClassName
{
background-color: #FE643C;
}
</style>
border-color css
<style>
span { border-color: #FE643C; }
span { border-color: rgb(254,100,60); }
td.TdClassName
{
border-color: #FE643C;
}
.TagClassName
{
border-color: #FE643C;
}
</style>