Shades of Outrageous Orange #FA592A
Tints of Outrageous Orange #FA592A
RGB
CMYK
RGB Variations
Color information
#FA592A (or 0xFA592A) is known color: Outrageous Orange. HEX triplet: FA, 59 and 2A. RGB value is (250,89,42). Sum of RGB (Red+Green+Blue) = 250+89+42=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA592A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA592A is #05A6D5. Grayscale: #848484. Windows color (decimal): -370390 or 2775546. OLE color: 2775546.
HSL color Cylindrical-coordinate representation of color #FA592A: hue angle of 13.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA592A is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 42 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.02 |
| HSL | 13.56º | 0.95% | 0.57% | - |
| HSV(B) | 13.56º | 0.83% | 0.98% | - |
| XYZ | 43.41 | 27.64 | 5.24 | - |
| YUV | 131.78 | 77.34 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 42 | 0 | 0.64 | 0.83 | 0.02 | 13.56 | 0.95 | 0.57 |
| Hex | FA | 59 | 2A | 0 | 40 | 53 | 2 | E | 5F | 39 |
| Octal | 372 | 131 | 52 | 0 | 100 | 123 | 2 | 16 | 137 | 71 |
| Binary | 11111010 | 1011001 | 101010 | 0 | 1000000 | 1010011 | 10 | 1110 | 1011111 | 111001 |
Color Harmonies of #FA592A
Complementary color
Monochromatic Colors of #FA592A
Black with #FA592A
Text Example
Text Example
White with #FA592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA592A; }
p { color: rgb(250,89,42); }
H1.HeaderClassName
{
color: #FA592A;
}
.AnyTagClassName
{
color: #FA592A;
}
</style>
background-color css
<style>
a { background-color: #FA592A; }
a { background-color: rgb(250,89,42); }
div.DivClassName
{
background-color: #FA592A;
}
.BgClassName
{
background-color: #FA592A;
}
</style>
border-color css
<style>
span { border-color: #FA592A; }
span { border-color: rgb(250,89,42); }
td.TdClassName
{
border-color: #FA592A;
}
.TagClassName
{
border-color: #FA592A;
}
</style>