Shades of Outrageous Orange #FA522E
Tints of Outrageous Orange #FA522E
RGB
CMYK
RGB Variations
Color information
#FA522E (or 0xFA522E) is known color: Outrageous Orange. HEX triplet: FA, 52 and 2E. RGB value is (250,82,46). Sum of RGB (Red+Green+Blue) = 250+82+46=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA522E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA522E is #05ADD1. Grayscale: #808080. Windows color (decimal): -372178 or 3035898. OLE color: 3035898.
HSL color Cylindrical-coordinate representation of color #FA522E: hue angle of 10.59º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA522E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 46 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.02 |
| HSL | 10.59º | 0.95% | 0.58% | - |
| HSV(B) | 10.59º | 0.82% | 0.98% | - |
| XYZ | 42.93 | 26.56 | 5.45 | - |
| YUV | 128.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 46 | 0 | 0.67 | 0.82 | 0.02 | 10.59 | 0.95 | 0.58 |
| Hex | FA | 52 | 2E | 0 | 43 | 52 | 2 | B | 5F | 3A |
| Octal | 372 | 122 | 56 | 0 | 103 | 122 | 2 | 13 | 137 | 72 |
| Binary | 11111010 | 1010010 | 101110 | 0 | 1000011 | 1010010 | 10 | 1011 | 1011111 | 111010 |
Color Harmonies of #FA522E
Complementary color
Monochromatic Colors of #FA522E
Black with #FA522E
Text Example
Text Example
White with #FA522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA522E; }
p { color: rgb(250,82,46); }
H1.HeaderClassName
{
color: #FA522E;
}
.AnyTagClassName
{
color: #FA522E;
}
</style>
background-color css
<style>
a { background-color: #FA522E; }
a { background-color: rgb(250,82,46); }
div.DivClassName
{
background-color: #FA522E;
}
.BgClassName
{
background-color: #FA522E;
}
</style>
border-color css
<style>
span { border-color: #FA522E; }
span { border-color: rgb(250,82,46); }
td.TdClassName
{
border-color: #FA522E;
}
.TagClassName
{
border-color: #FA522E;
}
</style>