Shades of Outrageous Orange #FA593B
Tints of Outrageous Orange #FA593B
RGB
CMYK
RGB Variations
Color information
#FA593B (or 0xFA593B) is known color: Outrageous Orange. HEX triplet: FA, 59 and 3B. RGB value is (250,89,59). Sum of RGB (Red+Green+Blue) = 250+89+59=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA593B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA593B is #05A6C4. Grayscale: #868686. Windows color (decimal): -370373 or 3889658. OLE color: 3889658.
HSL color Cylindrical-coordinate representation of color #FA593B: hue angle of 9.42º 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 #FA593B is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 59 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.02 |
| HSL | 9.42º | 0.95% | 0.61% | - |
| HSV(B) | 9.42º | 0.76% | 0.98% | - |
| XYZ | 43.79 | 27.78 | 7.19 | - |
| YUV | 133.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 59 | 0 | 0.64 | 0.76 | 0.02 | 9.42 | 0.95 | 0.61 |
| Hex | FA | 59 | 3B | 0 | 40 | 4C | 2 | 9 | 5F | 3D |
| Octal | 372 | 131 | 73 | 0 | 100 | 114 | 2 | 11 | 137 | 75 |
| Binary | 11111010 | 1011001 | 111011 | 0 | 1000000 | 1001100 | 10 | 1001 | 1011111 | 111101 |
Color Harmonies of #FA593B
Complementary color
Monochromatic Colors of #FA593B
Black with #FA593B
Text Example
Text Example
White with #FA593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA593B; }
p { color: rgb(250,89,59); }
H1.HeaderClassName
{
color: #FA593B;
}
.AnyTagClassName
{
color: #FA593B;
}
</style>
background-color css
<style>
a { background-color: #FA593B; }
a { background-color: rgb(250,89,59); }
div.DivClassName
{
background-color: #FA593B;
}
.BgClassName
{
background-color: #FA593B;
}
</style>
border-color css
<style>
span { border-color: #FA593B; }
span { border-color: rgb(250,89,59); }
td.TdClassName
{
border-color: #FA593B;
}
.TagClassName
{
border-color: #FA593B;
}
</style>