Shades of Outrageous Orange #FA583A
Tints of Outrageous Orange #FA583A
RGB
CMYK
RGB Variations
Color information
#FA583A (or 0xFA583A) is known color: Outrageous Orange. HEX triplet: FA, 58 and 3A. RGB value is (250,88,58). Sum of RGB (Red+Green+Blue) = 250+88+58=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA583A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA583A is #05A7C5. Grayscale: #858585. Windows color (decimal): -370630 or 3823866. OLE color: 3823866.
HSL color Cylindrical-coordinate representation of color #FA583A: hue angle of 9.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA583A is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 58 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.02 |
| HSL | 9.38º | 0.95% | 0.6% | - |
| HSV(B) | 9.38º | 0.77% | 0.98% | - |
| XYZ | 43.68 | 27.61 | 7.03 | - |
| YUV | 133.02 | 85.67 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 58 | 0 | 0.65 | 0.77 | 0.02 | 9.38 | 0.95 | 0.6 |
| Hex | FA | 58 | 3A | 0 | 41 | 4D | 2 | 9 | 5F | 3C |
| Octal | 372 | 130 | 72 | 0 | 101 | 115 | 2 | 11 | 137 | 74 |
| Binary | 11111010 | 1011000 | 111010 | 0 | 1000001 | 1001101 | 10 | 1001 | 1011111 | 111100 |
Color Harmonies of #FA583A
Complementary color
Monochromatic Colors of #FA583A
Black with #FA583A
Text Example
Text Example
White with #FA583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA583A; }
p { color: rgb(250,88,58); }
H1.HeaderClassName
{
color: #FA583A;
}
.AnyTagClassName
{
color: #FA583A;
}
</style>
background-color css
<style>
a { background-color: #FA583A; }
a { background-color: rgb(250,88,58); }
div.DivClassName
{
background-color: #FA583A;
}
.BgClassName
{
background-color: #FA583A;
}
</style>
border-color css
<style>
span { border-color: #FA583A; }
span { border-color: rgb(250,88,58); }
td.TdClassName
{
border-color: #FA583A;
}
.TagClassName
{
border-color: #FA583A;
}
</style>