Shades of Outrageous Orange #FA5127
Tints of Outrageous Orange #FA5127
RGB
CMYK
RGB Variations
Color information
#FA5127 (or 0xFA5127) is known color: Outrageous Orange. HEX triplet: FA, 51 and 27. RGB value is (250,81,39). Sum of RGB (Red+Green+Blue) = 250+81+39=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5127 is #05AED8. Grayscale: #7F7F7F. Windows color (decimal): -372441 or 2576890. OLE color: 2576890.
HSL color Cylindrical-coordinate representation of color #FA5127: hue angle of 11.94º 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 #FA5127 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 39 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.02 |
| HSL | 11.94º | 0.95% | 0.57% | - |
| HSV(B) | 11.94º | 0.84% | 0.98% | - |
| XYZ | 42.73 | 26.36 | 4.75 | - |
| YUV | 126.74 | 78.49 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 39 | 0 | 0.68 | 0.84 | 0.02 | 11.94 | 0.95 | 0.57 |
| Hex | FA | 51 | 27 | 0 | 44 | 54 | 2 | C | 5F | 39 |
| Octal | 372 | 121 | 47 | 0 | 104 | 124 | 2 | 14 | 137 | 71 |
| Binary | 11111010 | 1010001 | 100111 | 0 | 1000100 | 1010100 | 10 | 1100 | 1011111 | 111001 |
Color Harmonies of #FA5127
Complementary color
Monochromatic Colors of #FA5127
Black with #FA5127
Text Example
Text Example
White with #FA5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5127; }
p { color: rgb(250,81,39); }
H1.HeaderClassName
{
color: #FA5127;
}
.AnyTagClassName
{
color: #FA5127;
}
</style>
background-color css
<style>
a { background-color: #FA5127; }
a { background-color: rgb(250,81,39); }
div.DivClassName
{
background-color: #FA5127;
}
.BgClassName
{
background-color: #FA5127;
}
</style>
border-color css
<style>
span { border-color: #FA5127; }
span { border-color: rgb(250,81,39); }
td.TdClassName
{
border-color: #FA5127;
}
.TagClassName
{
border-color: #FA5127;
}
</style>