Shades of Outrageous Orange #FA562F
Tints of Outrageous Orange #FA562F
RGB
CMYK
RGB Variations
Color information
#FA562F (or 0xFA562F) is known color: Outrageous Orange. HEX triplet: FA, 56 and 2F. RGB value is (250,86,47). Sum of RGB (Red+Green+Blue) = 250+86+47=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA562F is #05A9D0. Grayscale: #828282. Windows color (decimal): -371153 or 3102458. OLE color: 3102458.
HSL color Cylindrical-coordinate representation of color #FA562F: hue angle of 11.53º 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 #FA562F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 47 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.02 |
| HSL | 11.53º | 0.95% | 0.58% | - |
| HSV(B) | 11.53º | 0.81% | 0.98% | - |
| XYZ | 43.27 | 27.18 | 5.66 | - |
| YUV | 130.59 | 80.83 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 47 | 0 | 0.66 | 0.81 | 0.02 | 11.53 | 0.95 | 0.58 |
| Hex | FA | 56 | 2F | 0 | 42 | 51 | 2 | C | 5F | 3A |
| Octal | 372 | 126 | 57 | 0 | 102 | 121 | 2 | 14 | 137 | 72 |
| Binary | 11111010 | 1010110 | 101111 | 0 | 1000010 | 1010001 | 10 | 1100 | 1011111 | 111010 |
Color Harmonies of #FA562F
Complementary color
Monochromatic Colors of #FA562F
Black with #FA562F
Text Example
Text Example
White with #FA562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA562F; }
p { color: rgb(250,86,47); }
H1.HeaderClassName
{
color: #FA562F;
}
.AnyTagClassName
{
color: #FA562F;
}
</style>
background-color css
<style>
a { background-color: #FA562F; }
a { background-color: rgb(250,86,47); }
div.DivClassName
{
background-color: #FA562F;
}
.BgClassName
{
background-color: #FA562F;
}
</style>
border-color css
<style>
span { border-color: #FA562F; }
span { border-color: rgb(250,86,47); }
td.TdClassName
{
border-color: #FA562F;
}
.TagClassName
{
border-color: #FA562F;
}
</style>