Shades of Outrageous Orange #FA561F
Tints of Outrageous Orange #FA561F
RGB
CMYK
RGB Variations
Color information
#FA561F (or 0xFA561F) is known color: Outrageous Orange. HEX triplet: FA, 56 and 1F. RGB value is (250,86,31). Sum of RGB (Red+Green+Blue) = 250+86+31=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA561F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA561F is #05A9E0. Grayscale: #818181. Windows color (decimal): -371169 or 2053882. OLE color: 2053882.
HSL color Cylindrical-coordinate representation of color #FA561F: hue angle of 15.07º 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 #FA561F is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 31 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.02 |
| HSL | 15.07º | 0.96% | 0.55% | - |
| HSV(B) | 15.07º | 0.88% | 0.98% | - |
| XYZ | 43 | 27.08 | 4.26 | - |
| YUV | 128.77 | 72.83 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 31 | 0 | 0.66 | 0.88 | 0.02 | 15.07 | 0.96 | 0.55 |
| Hex | FA | 56 | 1F | 0 | 42 | 58 | 2 | F | 60 | 37 |
| Octal | 372 | 126 | 37 | 0 | 102 | 130 | 2 | 17 | 140 | 67 |
| Binary | 11111010 | 1010110 | 11111 | 0 | 1000010 | 1011000 | 10 | 1111 | 1100000 | 110111 |
Color Harmonies of #FA561F
Complementary color
Monochromatic Colors of #FA561F
Black with #FA561F
Text Example
Text Example
White with #FA561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA561F; }
p { color: rgb(250,86,31); }
H1.HeaderClassName
{
color: #FA561F;
}
.AnyTagClassName
{
color: #FA561F;
}
</style>
background-color css
<style>
a { background-color: #FA561F; }
a { background-color: rgb(250,86,31); }
div.DivClassName
{
background-color: #FA561F;
}
.BgClassName
{
background-color: #FA561F;
}
</style>
border-color css
<style>
span { border-color: #FA561F; }
span { border-color: rgb(250,86,31); }
td.TdClassName
{
border-color: #FA561F;
}
.TagClassName
{
border-color: #FA561F;
}
</style>