Shades of Outrageous Orange #FA5828
Tints of Outrageous Orange #FA5828
RGB
CMYK
RGB Variations
Color information
#FA5828 (or 0xFA5828) is known color: Outrageous Orange. HEX triplet: FA, 58 and 28. RGB value is (250,88,40). Sum of RGB (Red+Green+Blue) = 250+88+40=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5828 is #05A7D7. Grayscale: #838383. Windows color (decimal): -370648 or 2644218. OLE color: 2644218.
HSL color Cylindrical-coordinate representation of color #FA5828: hue angle of 13.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA5828 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 40 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.02 |
| HSL | 13.71º | 0.95% | 0.57% | - |
| HSV(B) | 13.71º | 0.84% | 0.98% | - |
| XYZ | 43.3 | 27.46 | 5.03 | - |
| YUV | 130.97 | 76.67 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 40 | 0 | 0.65 | 0.84 | 0.02 | 13.71 | 0.95 | 0.57 |
| Hex | FA | 58 | 28 | 0 | 41 | 54 | 2 | E | 5F | 39 |
| Octal | 372 | 130 | 50 | 0 | 101 | 124 | 2 | 16 | 137 | 71 |
| Binary | 11111010 | 1011000 | 101000 | 0 | 1000001 | 1010100 | 10 | 1110 | 1011111 | 111001 |
Color Harmonies of #FA5828
Complementary color
Monochromatic Colors of #FA5828
Black with #FA5828
Text Example
Text Example
White with #FA5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5828; }
p { color: rgb(250,88,40); }
H1.HeaderClassName
{
color: #FA5828;
}
.AnyTagClassName
{
color: #FA5828;
}
</style>
background-color css
<style>
a { background-color: #FA5828; }
a { background-color: rgb(250,88,40); }
div.DivClassName
{
background-color: #FA5828;
}
.BgClassName
{
background-color: #FA5828;
}
</style>
border-color css
<style>
span { border-color: #FA5828; }
span { border-color: rgb(250,88,40); }
td.TdClassName
{
border-color: #FA5828;
}
.TagClassName
{
border-color: #FA5828;
}
</style>