Shades of Outrageous Orange #FA571C
Tints of Outrageous Orange #FA571C
RGB
CMYK
RGB Variations
Color information
#FA571C (or 0xFA571C) is known color: Outrageous Orange. HEX triplet: FA, 57 and 1C. RGB value is (250,87,28). Sum of RGB (Red+Green+Blue) = 250+87+28=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA571C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA571C is #05A8E3. Grayscale: #818181. Windows color (decimal): -370916 or 1857530. OLE color: 1857530.
HSL color Cylindrical-coordinate representation of color #FA571C: hue angle of 15.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA571C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 28 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.02 |
| HSL | 15.95º | 0.96% | 0.55% | - |
| HSV(B) | 15.95º | 0.89% | 0.98% | - |
| XYZ | 43.04 | 27.22 | 4.08 | - |
| YUV | 129.01 | 71 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 28 | 0 | 0.65 | 0.89 | 0.02 | 15.95 | 0.96 | 0.55 |
| Hex | FA | 57 | 1C | 0 | 41 | 59 | 2 | 10 | 60 | 37 |
| Octal | 372 | 127 | 34 | 0 | 101 | 131 | 2 | 20 | 140 | 67 |
| Binary | 11111010 | 1010111 | 11100 | 0 | 1000001 | 1011001 | 10 | 10000 | 1100000 | 110111 |
Color Harmonies of #FA571C
Complementary color
Monochromatic Colors of #FA571C
Black with #FA571C
Text Example
Text Example
White with #FA571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA571C; }
p { color: rgb(250,87,28); }
H1.HeaderClassName
{
color: #FA571C;
}
.AnyTagClassName
{
color: #FA571C;
}
</style>
background-color css
<style>
a { background-color: #FA571C; }
a { background-color: rgb(250,87,28); }
div.DivClassName
{
background-color: #FA571C;
}
.BgClassName
{
background-color: #FA571C;
}
</style>
border-color css
<style>
span { border-color: #FA571C; }
span { border-color: rgb(250,87,28); }
td.TdClassName
{
border-color: #FA571C;
}
.TagClassName
{
border-color: #FA571C;
}
</style>