Shades of Outrageous Orange #FA522F
Tints of Outrageous Orange #FA522F
RGB
CMYK
RGB Variations
Color information
#FA522F (or 0xFA522F) is known color: Outrageous Orange. HEX triplet: FA, 52 and 2F. RGB value is (250,82,47). Sum of RGB (Red+Green+Blue) = 250+82+47=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA522F is #05ADD0. Grayscale: #808080. Windows color (decimal): -372177 or 3101434. OLE color: 3101434.
HSL color Cylindrical-coordinate representation of color #FA522F: hue angle of 10.34º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA522F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 47 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.02 |
| HSL | 10.34º | 0.95% | 0.58% | - |
| HSV(B) | 10.34º | 0.81% | 0.98% | - |
| XYZ | 42.95 | 26.56 | 5.55 | - |
| YUV | 128.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 47 | 0 | 0.67 | 0.81 | 0.02 | 10.34 | 0.95 | 0.58 |
| Hex | FA | 52 | 2F | 0 | 43 | 51 | 2 | A | 5F | 3A |
| Octal | 372 | 122 | 57 | 0 | 103 | 121 | 2 | 12 | 137 | 72 |
| Binary | 11111010 | 1010010 | 101111 | 0 | 1000011 | 1010001 | 10 | 1010 | 1011111 | 111010 |
Color Harmonies of #FA522F
Complementary color
Monochromatic Colors of #FA522F
Black with #FA522F
Text Example
Text Example
White with #FA522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA522F; }
p { color: rgb(250,82,47); }
H1.HeaderClassName
{
color: #FA522F;
}
.AnyTagClassName
{
color: #FA522F;
}
</style>
background-color css
<style>
a { background-color: #FA522F; }
a { background-color: rgb(250,82,47); }
div.DivClassName
{
background-color: #FA522F;
}
.BgClassName
{
background-color: #FA522F;
}
</style>
border-color css
<style>
span { border-color: #FA522F; }
span { border-color: rgb(250,82,47); }
td.TdClassName
{
border-color: #FA522F;
}
.TagClassName
{
border-color: #FA522F;
}
</style>