Shades of Outrageous Orange #FA5B2D
Tints of Outrageous Orange #FA5B2D
RGB
CMYK
RGB Variations
Color information
#FA5B2D (or 0xFA5B2D) is known color: Outrageous Orange. HEX triplet: FA, 5B and 2D. RGB value is (250,91,45). Sum of RGB (Red+Green+Blue) = 250+91+45=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5B2D is #05A4D2. Grayscale: #858585. Windows color (decimal): -369875 or 2972666. OLE color: 2972666.
HSL color Cylindrical-coordinate representation of color #FA5B2D: hue angle of 13.46º 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 #FA5B2D is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 45 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.02 |
| HSL | 13.46º | 0.95% | 0.58% | - |
| HSV(B) | 13.46º | 0.82% | 0.98% | - |
| XYZ | 43.64 | 28 | 5.59 | - |
| YUV | 133.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 45 | 0 | 0.64 | 0.82 | 0.02 | 13.46 | 0.95 | 0.58 |
| Hex | FA | 5B | 2D | 0 | 40 | 52 | 2 | D | 5F | 3A |
| Octal | 372 | 133 | 55 | 0 | 100 | 122 | 2 | 15 | 137 | 72 |
| Binary | 11111010 | 1011011 | 101101 | 0 | 1000000 | 1010010 | 10 | 1101 | 1011111 | 111010 |
Color Harmonies of #FA5B2D
Complementary color
Monochromatic Colors of #FA5B2D
Black with #FA5B2D
Text Example
Text Example
White with #FA5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B2D; }
p { color: rgb(250,91,45); }
H1.HeaderClassName
{
color: #FA5B2D;
}
.AnyTagClassName
{
color: #FA5B2D;
}
</style>
background-color css
<style>
a { background-color: #FA5B2D; }
a { background-color: rgb(250,91,45); }
div.DivClassName
{
background-color: #FA5B2D;
}
.BgClassName
{
background-color: #FA5B2D;
}
</style>
border-color css
<style>
span { border-color: #FA5B2D; }
span { border-color: rgb(250,91,45); }
td.TdClassName
{
border-color: #FA5B2D;
}
.TagClassName
{
border-color: #FA5B2D;
}
</style>