Shades of Outrageous Orange #FA512D
Tints of Outrageous Orange #FA512D
RGB
CMYK
RGB Variations
Color information
#FA512D (or 0xFA512D) is known color: Outrageous Orange. HEX triplet: FA, 51 and 2D. RGB value is (250,81,45). Sum of RGB (Red+Green+Blue) = 250+81+45=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA512D is #05AED2. Grayscale: #7F7F7F. Windows color (decimal): -372435 or 2970106. OLE color: 2970106.
HSL color Cylindrical-coordinate representation of color #FA512D: hue angle of 10.54º 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 #FA512D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 45 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.02 |
| HSL | 10.54º | 0.95% | 0.58% | - |
| HSV(B) | 10.54º | 0.82% | 0.98% | - |
| XYZ | 42.84 | 26.4 | 5.32 | - |
| YUV | 127.43 | 81.49 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 45 | 0 | 0.68 | 0.82 | 0.02 | 10.54 | 0.95 | 0.58 |
| Hex | FA | 51 | 2D | 0 | 44 | 52 | 2 | B | 5F | 3A |
| Octal | 372 | 121 | 55 | 0 | 104 | 122 | 2 | 13 | 137 | 72 |
| Binary | 11111010 | 1010001 | 101101 | 0 | 1000100 | 1010010 | 10 | 1011 | 1011111 | 111010 |
Color Harmonies of #FA512D
Complementary color
Monochromatic Colors of #FA512D
Black with #FA512D
Text Example
Text Example
White with #FA512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA512D; }
p { color: rgb(250,81,45); }
H1.HeaderClassName
{
color: #FA512D;
}
.AnyTagClassName
{
color: #FA512D;
}
</style>
background-color css
<style>
a { background-color: #FA512D; }
a { background-color: rgb(250,81,45); }
div.DivClassName
{
background-color: #FA512D;
}
.BgClassName
{
background-color: #FA512D;
}
</style>
border-color css
<style>
span { border-color: #FA512D; }
span { border-color: rgb(250,81,45); }
td.TdClassName
{
border-color: #FA512D;
}
.TagClassName
{
border-color: #FA512D;
}
</style>