Shades of Outrageous Orange #FA512B
Tints of Outrageous Orange #FA512B
RGB
CMYK
RGB Variations
Color information
#FA512B (or 0xFA512B) is known color: Outrageous Orange. HEX triplet: FA, 51 and 2B. RGB value is (250,81,43). Sum of RGB (Red+Green+Blue) = 250+81+43=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA512B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA512B is #05AED4. Grayscale: #7F7F7F. Windows color (decimal): -372437 or 2839034. OLE color: 2839034.
HSL color Cylindrical-coordinate representation of color #FA512B: hue angle of 11.01º 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 #FA512B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 43 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.02 |
| HSL | 11.01º | 0.95% | 0.57% | - |
| HSV(B) | 11.01º | 0.83% | 0.98% | - |
| XYZ | 42.8 | 26.38 | 5.12 | - |
| YUV | 127.2 | 80.49 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 43 | 0 | 0.68 | 0.83 | 0.02 | 11.01 | 0.95 | 0.57 |
| Hex | FA | 51 | 2B | 0 | 44 | 53 | 2 | B | 5F | 39 |
| Octal | 372 | 121 | 53 | 0 | 104 | 123 | 2 | 13 | 137 | 71 |
| Binary | 11111010 | 1010001 | 101011 | 0 | 1000100 | 1010011 | 10 | 1011 | 1011111 | 111001 |
Color Harmonies of #FA512B
Complementary color
Monochromatic Colors of #FA512B
Black with #FA512B
Text Example
Text Example
White with #FA512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA512B; }
p { color: rgb(250,81,43); }
H1.HeaderClassName
{
color: #FA512B;
}
.AnyTagClassName
{
color: #FA512B;
}
</style>
background-color css
<style>
a { background-color: #FA512B; }
a { background-color: rgb(250,81,43); }
div.DivClassName
{
background-color: #FA512B;
}
.BgClassName
{
background-color: #FA512B;
}
</style>
border-color css
<style>
span { border-color: #FA512B; }
span { border-color: rgb(250,81,43); }
td.TdClassName
{
border-color: #FA512B;
}
.TagClassName
{
border-color: #FA512B;
}
</style>