Shades of Outrageous Orange #FA603C
Tints of Outrageous Orange #FA603C
RGB
CMYK
RGB Variations
Color information
#FA603C (or 0xFA603C) is known color: Outrageous Orange. HEX triplet: FA, 60 and 3C. RGB value is (250,96,60). Sum of RGB (Red+Green+Blue) = 250+96+60=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA603C is #059FC3. Grayscale: #8A8A8A. Windows color (decimal): -368580 or 3956986. OLE color: 3956986.
HSL color Cylindrical-coordinate representation of color #FA603C: hue angle of 11.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA603C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 60 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.02 |
| HSL | 11.37º | 0.95% | 0.61% | - |
| HSV(B) | 11.37º | 0.76% | 0.98% | - |
| XYZ | 44.42 | 29.02 | 7.53 | - |
| YUV | 137.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 60 | 0 | 0.62 | 0.76 | 0.02 | 11.37 | 0.95 | 0.61 |
| Hex | FA | 60 | 3C | 0 | 3E | 4C | 2 | B | 5F | 3D |
| Octal | 372 | 140 | 74 | 0 | 76 | 114 | 2 | 13 | 137 | 75 |
| Binary | 11111010 | 1100000 | 111100 | 0 | 111110 | 1001100 | 10 | 1011 | 1011111 | 111101 |
Color Harmonies of #FA603C
Complementary color
Monochromatic Colors of #FA603C
Black with #FA603C
Text Example
Text Example
White with #FA603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA603C; }
p { color: rgb(250,96,60); }
H1.HeaderClassName
{
color: #FA603C;
}
.AnyTagClassName
{
color: #FA603C;
}
</style>
background-color css
<style>
a { background-color: #FA603C; }
a { background-color: rgb(250,96,60); }
div.DivClassName
{
background-color: #FA603C;
}
.BgClassName
{
background-color: #FA603C;
}
</style>
border-color css
<style>
span { border-color: #FA603C; }
span { border-color: rgb(250,96,60); }
td.TdClassName
{
border-color: #FA603C;
}
.TagClassName
{
border-color: #FA603C;
}
</style>