Shades of Outrageous Orange #FA562B
Tints of Outrageous Orange #FA562B
RGB
CMYK
RGB Variations
Color information
#FA562B (or 0xFA562B) is known color: Outrageous Orange. HEX triplet: FA, 56 and 2B. RGB value is (250,86,43). Sum of RGB (Red+Green+Blue) = 250+86+43=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA562B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA562B is #05A9D4. Grayscale: #828282. Windows color (decimal): -371157 or 2840314. OLE color: 2840314.
HSL color Cylindrical-coordinate representation of color #FA562B: hue angle of 12.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA562B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 43 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.02 |
| HSL | 12.46º | 0.95% | 0.57% | - |
| HSV(B) | 12.46º | 0.83% | 0.98% | - |
| XYZ | 43.19 | 27.15 | 5.25 | - |
| YUV | 130.13 | 78.83 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 43 | 0 | 0.66 | 0.83 | 0.02 | 12.46 | 0.95 | 0.57 |
| Hex | FA | 56 | 2B | 0 | 42 | 53 | 2 | C | 5F | 39 |
| Octal | 372 | 126 | 53 | 0 | 102 | 123 | 2 | 14 | 137 | 71 |
| Binary | 11111010 | 1010110 | 101011 | 0 | 1000010 | 1010011 | 10 | 1100 | 1011111 | 111001 |
Color Harmonies of #FA562B
Complementary color
Monochromatic Colors of #FA562B
Black with #FA562B
Text Example
Text Example
White with #FA562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA562B; }
p { color: rgb(250,86,43); }
H1.HeaderClassName
{
color: #FA562B;
}
.AnyTagClassName
{
color: #FA562B;
}
</style>
background-color css
<style>
a { background-color: #FA562B; }
a { background-color: rgb(250,86,43); }
div.DivClassName
{
background-color: #FA562B;
}
.BgClassName
{
background-color: #FA562B;
}
</style>
border-color css
<style>
span { border-color: #FA562B; }
span { border-color: rgb(250,86,43); }
td.TdClassName
{
border-color: #FA562B;
}
.TagClassName
{
border-color: #FA562B;
}
</style>