Shades of Outrageous Orange #FA511F
Tints of Outrageous Orange #FA511F
RGB
CMYK
RGB Variations
Color information
#FA511F (or 0xFA511F) is known color: Outrageous Orange. HEX triplet: FA, 51 and 1F. RGB value is (250,81,31). Sum of RGB (Red+Green+Blue) = 250+81+31=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA511F is #05AEE0. Grayscale: #7E7E7E. Windows color (decimal): -372449 or 2052602. OLE color: 2052602.
HSL color Cylindrical-coordinate representation of color #FA511F: hue angle of 13.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA511F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 31 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.02 |
| HSL | 13.7º | 0.96% | 0.55% | - |
| HSV(B) | 13.7º | 0.88% | 0.98% | - |
| XYZ | 42.61 | 26.31 | 4.13 | - |
| YUV | 125.83 | 74.49 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 31 | 0 | 0.68 | 0.88 | 0.02 | 13.7 | 0.96 | 0.55 |
| Hex | FA | 51 | 1F | 0 | 44 | 58 | 2 | E | 60 | 37 |
| Octal | 372 | 121 | 37 | 0 | 104 | 130 | 2 | 16 | 140 | 67 |
| Binary | 11111010 | 1010001 | 11111 | 0 | 1000100 | 1011000 | 10 | 1110 | 1100000 | 110111 |
Color Harmonies of #FA511F
Complementary color
Monochromatic Colors of #FA511F
Black with #FA511F
Text Example
Text Example
White with #FA511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA511F; }
p { color: rgb(250,81,31); }
H1.HeaderClassName
{
color: #FA511F;
}
.AnyTagClassName
{
color: #FA511F;
}
</style>
background-color css
<style>
a { background-color: #FA511F; }
a { background-color: rgb(250,81,31); }
div.DivClassName
{
background-color: #FA511F;
}
.BgClassName
{
background-color: #FA511F;
}
</style>
border-color css
<style>
span { border-color: #FA511F; }
span { border-color: rgb(250,81,31); }
td.TdClassName
{
border-color: #FA511F;
}
.TagClassName
{
border-color: #FA511F;
}
</style>