Shades of Outrageous Orange #FA5F2A
Tints of Outrageous Orange #FA5F2A
RGB
CMYK
RGB Variations
Color information
#FA5F2A (or 0xFA5F2A) is known color: Outrageous Orange. HEX triplet: FA, 5F and 2A. RGB value is (250,95,42). Sum of RGB (Red+Green+Blue) = 250+95+42=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5F2A is #05A0D5. Grayscale: #878787. Windows color (decimal): -368854 or 2777082. OLE color: 2777082.
HSL color Cylindrical-coordinate representation of color #FA5F2A: hue angle of 15.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA5F2A is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 42 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.02 |
| HSL | 15.29º | 0.95% | 0.57% | - |
| HSV(B) | 15.29º | 0.83% | 0.98% | - |
| XYZ | 43.93 | 28.68 | 5.41 | - |
| YUV | 135.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 42 | 0 | 0.62 | 0.83 | 0.02 | 15.29 | 0.95 | 0.57 |
| Hex | FA | 5F | 2A | 0 | 3E | 53 | 2 | F | 5F | 39 |
| Octal | 372 | 137 | 52 | 0 | 76 | 123 | 2 | 17 | 137 | 71 |
| Binary | 11111010 | 1011111 | 101010 | 0 | 111110 | 1010011 | 10 | 1111 | 1011111 | 111001 |
Color Harmonies of #FA5F2A
Complementary color
Monochromatic Colors of #FA5F2A
Black with #FA5F2A
Text Example
Text Example
White with #FA5F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5F2A; }
p { color: rgb(250,95,42); }
H1.HeaderClassName
{
color: #FA5F2A;
}
.AnyTagClassName
{
color: #FA5F2A;
}
</style>
background-color css
<style>
a { background-color: #FA5F2A; }
a { background-color: rgb(250,95,42); }
div.DivClassName
{
background-color: #FA5F2A;
}
.BgClassName
{
background-color: #FA5F2A;
}
</style>
border-color css
<style>
span { border-color: #FA5F2A; }
span { border-color: rgb(250,95,42); }
td.TdClassName
{
border-color: #FA5F2A;
}
.TagClassName
{
border-color: #FA5F2A;
}
</style>