Shades of Outrageous Orange #FA5C3E
Tints of Outrageous Orange #FA5C3E
RGB
CMYK
RGB Variations
Color information
#FA5C3E (or 0xFA5C3E) is known color: Outrageous Orange. HEX triplet: FA, 5C and 3E. RGB value is (250,92,62). Sum of RGB (Red+Green+Blue) = 250+92+62=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5C3E is #05A3C1. Grayscale: #888888. Windows color (decimal): -369602 or 4087034. OLE color: 4087034.
HSL color Cylindrical-coordinate representation of color #FA5C3E: hue angle of 9.57º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA5C3E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 62 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.02 |
| HSL | 9.57º | 0.95% | 0.61% | - |
| HSV(B) | 9.57º | 0.75% | 0.98% | - |
| XYZ | 44.12 | 28.33 | 7.7 | - |
| YUV | 135.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 62 | 0 | 0.63 | 0.75 | 0.02 | 9.57 | 0.95 | 0.61 |
| Hex | FA | 5C | 3E | 0 | 3F | 4B | 2 | A | 5F | 3D |
| Octal | 372 | 134 | 76 | 0 | 77 | 113 | 2 | 12 | 137 | 75 |
| Binary | 11111010 | 1011100 | 111110 | 0 | 111111 | 1001011 | 10 | 1010 | 1011111 | 111101 |
Color Harmonies of #FA5C3E
Complementary color
Monochromatic Colors of #FA5C3E
Black with #FA5C3E
Text Example
Text Example
White with #FA5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C3E; }
p { color: rgb(250,92,62); }
H1.HeaderClassName
{
color: #FA5C3E;
}
.AnyTagClassName
{
color: #FA5C3E;
}
</style>
background-color css
<style>
a { background-color: #FA5C3E; }
a { background-color: rgb(250,92,62); }
div.DivClassName
{
background-color: #FA5C3E;
}
.BgClassName
{
background-color: #FA5C3E;
}
</style>
border-color css
<style>
span { border-color: #FA5C3E; }
span { border-color: rgb(250,92,62); }
td.TdClassName
{
border-color: #FA5C3E;
}
.TagClassName
{
border-color: #FA5C3E;
}
</style>