Shades of Outrageous Orange #FA502B
Tints of Outrageous Orange #FA502B
RGB
CMYK
RGB Variations
Color information
#FA502B (or 0xFA502B) is known color: Outrageous Orange. HEX triplet: FA, 50 and 2B. RGB value is (250,80,43). Sum of RGB (Red+Green+Blue) = 250+80+43=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA502B is #05AFD4. Grayscale: #7E7E7E. Windows color (decimal): -372693 or 2838778. OLE color: 2838778.
HSL color Cylindrical-coordinate representation of color #FA502B: hue angle of 10.72º 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 #FA502B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 43 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.02 |
| HSL | 10.72º | 0.95% | 0.57% | - |
| HSV(B) | 10.72º | 0.83% | 0.98% | - |
| XYZ | 42.73 | 26.24 | 5.1 | - |
| YUV | 126.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 43 | 0 | 0.68 | 0.83 | 0.02 | 10.72 | 0.95 | 0.57 |
| Hex | FA | 50 | 2B | 0 | 44 | 53 | 2 | B | 5F | 39 |
| Octal | 372 | 120 | 53 | 0 | 104 | 123 | 2 | 13 | 137 | 71 |
| Binary | 11111010 | 1010000 | 101011 | 0 | 1000100 | 1010011 | 10 | 1011 | 1011111 | 111001 |
Color Harmonies of #FA502B
Complementary color
Monochromatic Colors of #FA502B
Black with #FA502B
Text Example
Text Example
White with #FA502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA502B; }
p { color: rgb(250,80,43); }
H1.HeaderClassName
{
color: #FA502B;
}
.AnyTagClassName
{
color: #FA502B;
}
</style>
background-color css
<style>
a { background-color: #FA502B; }
a { background-color: rgb(250,80,43); }
div.DivClassName
{
background-color: #FA502B;
}
.BgClassName
{
background-color: #FA502B;
}
</style>
border-color css
<style>
span { border-color: #FA502B; }
span { border-color: rgb(250,80,43); }
td.TdClassName
{
border-color: #FA502B;
}
.TagClassName
{
border-color: #FA502B;
}
</style>