Shades of Outrageous Orange #FA5E3C
Tints of Outrageous Orange #FA5E3C
RGB
CMYK
RGB Variations
Color information
#FA5E3C (or 0xFA5E3C) is known color: Outrageous Orange. HEX triplet: FA, 5E and 3C. RGB value is (250,94,60). Sum of RGB (Red+Green+Blue) = 250+94+60=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E3C is #05A1C3. Grayscale: #898989. Windows color (decimal): -369092 or 3956474. OLE color: 3956474.
HSL color Cylindrical-coordinate representation of color #FA5E3C: hue angle of 10.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA5E3C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 60 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.02 |
| HSL | 10.74º | 0.95% | 0.61% | - |
| HSV(B) | 10.74º | 0.76% | 0.98% | - |
| XYZ | 44.24 | 28.66 | 7.47 | - |
| YUV | 136.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 60 | 0 | 0.62 | 0.76 | 0.02 | 10.74 | 0.95 | 0.61 |
| Hex | FA | 5E | 3C | 0 | 3E | 4C | 2 | B | 5F | 3D |
| Octal | 372 | 136 | 74 | 0 | 76 | 114 | 2 | 13 | 137 | 75 |
| Binary | 11111010 | 1011110 | 111100 | 0 | 111110 | 1001100 | 10 | 1011 | 1011111 | 111101 |
Color Harmonies of #FA5E3C
Complementary color
Monochromatic Colors of #FA5E3C
Black with #FA5E3C
Text Example
Text Example
White with #FA5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E3C; }
p { color: rgb(250,94,60); }
H1.HeaderClassName
{
color: #FA5E3C;
}
.AnyTagClassName
{
color: #FA5E3C;
}
</style>
background-color css
<style>
a { background-color: #FA5E3C; }
a { background-color: rgb(250,94,60); }
div.DivClassName
{
background-color: #FA5E3C;
}
.BgClassName
{
background-color: #FA5E3C;
}
</style>
border-color css
<style>
span { border-color: #FA5E3C; }
span { border-color: rgb(250,94,60); }
td.TdClassName
{
border-color: #FA5E3C;
}
.TagClassName
{
border-color: #FA5E3C;
}
</style>