Shades of Outrageous Orange #FA5028
Tints of Outrageous Orange #FA5028
RGB
CMYK
RGB Variations
Color information
#FA5028 (or 0xFA5028) is known color: Outrageous Orange. HEX triplet: FA, 50 and 28. RGB value is (250,80,40). Sum of RGB (Red+Green+Blue) = 250+80+40=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5028 is #05AFD7. Grayscale: #7E7E7E. Windows color (decimal): -372696 or 2642170. OLE color: 2642170.
HSL color Cylindrical-coordinate representation of color #FA5028: hue angle of 11.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA5028 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 40 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.02 |
| HSL | 11.43º | 0.95% | 0.57% | - |
| HSV(B) | 11.43º | 0.84% | 0.98% | - |
| XYZ | 42.68 | 26.21 | 4.82 | - |
| YUV | 126.27 | 79.32 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 40 | 0 | 0.68 | 0.84 | 0.02 | 11.43 | 0.95 | 0.57 |
| Hex | FA | 50 | 28 | 0 | 44 | 54 | 2 | B | 5F | 39 |
| Octal | 372 | 120 | 50 | 0 | 104 | 124 | 2 | 13 | 137 | 71 |
| Binary | 11111010 | 1010000 | 101000 | 0 | 1000100 | 1010100 | 10 | 1011 | 1011111 | 111001 |
Color Harmonies of #FA5028
Complementary color
Monochromatic Colors of #FA5028
Black with #FA5028
Text Example
Text Example
White with #FA5028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5028; }
p { color: rgb(250,80,40); }
H1.HeaderClassName
{
color: #FA5028;
}
.AnyTagClassName
{
color: #FA5028;
}
</style>
background-color css
<style>
a { background-color: #FA5028; }
a { background-color: rgb(250,80,40); }
div.DivClassName
{
background-color: #FA5028;
}
.BgClassName
{
background-color: #FA5028;
}
</style>
border-color css
<style>
span { border-color: #FA5028; }
span { border-color: rgb(250,80,40); }
td.TdClassName
{
border-color: #FA5028;
}
.TagClassName
{
border-color: #FA5028;
}
</style>