Shades of Outrageous Orange #FA6428
Tints of Outrageous Orange #FA6428
RGB
CMYK
RGB Variations
Color information
#FA6428 (or 0xFA6428) is known color: Outrageous Orange. HEX triplet: FA, 64 and 28. RGB value is (250,100,40). Sum of RGB (Red+Green+Blue) = 250+100+40=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6428 is #059BD7. Grayscale: #8A8A8A. Windows color (decimal): -367576 or 2647290. OLE color: 2647290.
HSL color Cylindrical-coordinate representation of color #FA6428: hue angle of 17.14º 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 #FA6428 is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 40 | - |
| CMYK | 0 | 0.6 | 0.84 | 0.02 |
| HSL | 17.14º | 0.95% | 0.57% | - |
| HSV(B) | 17.14º | 0.84% | 0.98% | - |
| XYZ | 44.36 | 29.59 | 5.38 | - |
| YUV | 138.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 40 | 0 | 0.6 | 0.84 | 0.02 | 17.14 | 0.95 | 0.57 |
| Hex | FA | 64 | 28 | 0 | 3C | 54 | 2 | 11 | 5F | 39 |
| Octal | 372 | 144 | 50 | 0 | 74 | 124 | 2 | 21 | 137 | 71 |
| Binary | 11111010 | 1100100 | 101000 | 0 | 111100 | 1010100 | 10 | 10001 | 1011111 | 111001 |
Color Harmonies of #FA6428
Complementary color
Monochromatic Colors of #FA6428
Black with #FA6428
Text Example
Text Example
White with #FA6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6428; }
p { color: rgb(250,100,40); }
H1.HeaderClassName
{
color: #FA6428;
}
.AnyTagClassName
{
color: #FA6428;
}
</style>
background-color css
<style>
a { background-color: #FA6428; }
a { background-color: rgb(250,100,40); }
div.DivClassName
{
background-color: #FA6428;
}
.BgClassName
{
background-color: #FA6428;
}
</style>
border-color css
<style>
span { border-color: #FA6428; }
span { border-color: rgb(250,100,40); }
td.TdClassName
{
border-color: #FA6428;
}
.TagClassName
{
border-color: #FA6428;
}
</style>