Shades of Outrageous Orange #FA5231
Tints of Outrageous Orange #FA5231
RGB
CMYK
RGB Variations
Color information
#FA5231 (or 0xFA5231) is known color: Outrageous Orange. HEX triplet: FA, 52 and 31. RGB value is (250,82,49). Sum of RGB (Red+Green+Blue) = 250+82+49=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5231 is #05ADCE. Grayscale: #808080. Windows color (decimal): -372175 or 3232506. OLE color: 3232506.
HSL color Cylindrical-coordinate representation of color #FA5231: hue angle of 9.85º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA5231 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 49 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.02 |
| HSL | 9.85º | 0.95% | 0.59% | - |
| HSV(B) | 9.85º | 0.8% | 0.98% | - |
| XYZ | 43 | 26.58 | 5.77 | - |
| YUV | 128.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 49 | 0 | 0.67 | 0.80 | 0.02 | 9.85 | 0.95 | 0.59 |
| Hex | FA | 52 | 31 | 0 | 43 | 50 | 2 | A | 5F | 3B |
| Octal | 372 | 122 | 61 | 0 | 103 | 120 | 2 | 12 | 137 | 73 |
| Binary | 11111010 | 1010010 | 110001 | 0 | 1000011 | 1010000 | 10 | 1010 | 1011111 | 111011 |
Color Harmonies of #FA5231
Complementary color
Monochromatic Colors of #FA5231
Black with #FA5231
Text Example
Text Example
White with #FA5231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5231; }
p { color: rgb(250,82,49); }
H1.HeaderClassName
{
color: #FA5231;
}
.AnyTagClassName
{
color: #FA5231;
}
</style>
background-color css
<style>
a { background-color: #FA5231; }
a { background-color: rgb(250,82,49); }
div.DivClassName
{
background-color: #FA5231;
}
.BgClassName
{
background-color: #FA5231;
}
</style>
border-color css
<style>
span { border-color: #FA5231; }
span { border-color: rgb(250,82,49); }
td.TdClassName
{
border-color: #FA5231;
}
.TagClassName
{
border-color: #FA5231;
}
</style>