Shades of Outrageous Orange #FA581F
Tints of Outrageous Orange #FA581F
RGB
CMYK
RGB Variations
Color information
#FA581F (or 0xFA581F) is known color: Outrageous Orange. HEX triplet: FA, 58 and 1F. RGB value is (250,88,31). Sum of RGB (Red+Green+Blue) = 250+88+31=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA581F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA581F is #05A7E0. Grayscale: #828282. Windows color (decimal): -370657 or 2054394. OLE color: 2054394.
HSL color Cylindrical-coordinate representation of color #FA581F: hue angle of 15.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA581F is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 31 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.02 |
| HSL | 15.62º | 0.96% | 0.55% | - |
| HSV(B) | 15.62º | 0.88% | 0.98% | - |
| XYZ | 43.16 | 27.4 | 4.31 | - |
| YUV | 129.94 | 72.17 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 31 | 0 | 0.65 | 0.88 | 0.02 | 15.62 | 0.96 | 0.55 |
| Hex | FA | 58 | 1F | 0 | 41 | 58 | 2 | 10 | 60 | 37 |
| Octal | 372 | 130 | 37 | 0 | 101 | 130 | 2 | 20 | 140 | 67 |
| Binary | 11111010 | 1011000 | 11111 | 0 | 1000001 | 1011000 | 10 | 10000 | 1100000 | 110111 |
Color Harmonies of #FA581F
Complementary color
Monochromatic Colors of #FA581F
Black with #FA581F
Text Example
Text Example
White with #FA581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA581F; }
p { color: rgb(250,88,31); }
H1.HeaderClassName
{
color: #FA581F;
}
.AnyTagClassName
{
color: #FA581F;
}
</style>
background-color css
<style>
a { background-color: #FA581F; }
a { background-color: rgb(250,88,31); }
div.DivClassName
{
background-color: #FA581F;
}
.BgClassName
{
background-color: #FA581F;
}
</style>
border-color css
<style>
span { border-color: #FA581F; }
span { border-color: rgb(250,88,31); }
td.TdClassName
{
border-color: #FA581F;
}
.TagClassName
{
border-color: #FA581F;
}
</style>