Shades of Outrageous Orange #FA5928
Tints of Outrageous Orange #FA5928
RGB
CMYK
RGB Variations
Color information
#FA5928 (or 0xFA5928) is known color: Outrageous Orange. HEX triplet: FA, 59 and 28. RGB value is (250,89,40). Sum of RGB (Red+Green+Blue) = 250+89+40=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5928 is #05A6D7. Grayscale: #838383. Windows color (decimal): -370392 or 2644474. OLE color: 2644474.
HSL color Cylindrical-coordinate representation of color #FA5928: hue angle of 14º 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 #FA5928 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 40 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.02 |
| HSL | 14º | 0.95% | 0.57% | - |
| HSV(B) | 14º | 0.84% | 0.98% | - |
| XYZ | 43.38 | 27.62 | 5.05 | - |
| YUV | 131.55 | 76.34 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 40 | 0 | 0.64 | 0.84 | 0.02 | 14 | 0.95 | 0.57 |
| Hex | FA | 59 | 28 | 0 | 40 | 54 | 2 | E | 5F | 39 |
| Octal | 372 | 131 | 50 | 0 | 100 | 124 | 2 | 16 | 137 | 71 |
| Binary | 11111010 | 1011001 | 101000 | 0 | 1000000 | 1010100 | 10 | 1110 | 1011111 | 111001 |
Color Harmonies of #FA5928
Complementary color
Monochromatic Colors of #FA5928
Black with #FA5928
Text Example
Text Example
White with #FA5928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5928; }
p { color: rgb(250,89,40); }
H1.HeaderClassName
{
color: #FA5928;
}
.AnyTagClassName
{
color: #FA5928;
}
</style>
background-color css
<style>
a { background-color: #FA5928; }
a { background-color: rgb(250,89,40); }
div.DivClassName
{
background-color: #FA5928;
}
.BgClassName
{
background-color: #FA5928;
}
</style>
border-color css
<style>
span { border-color: #FA5928; }
span { border-color: rgb(250,89,40); }
td.TdClassName
{
border-color: #FA5928;
}
.TagClassName
{
border-color: #FA5928;
}
</style>