Shades of Outrageous Orange #FA6330
Tints of Outrageous Orange #FA6330
RGB
CMYK
RGB Variations
Color information
#FA6330 (or 0xFA6330) is known color: Outrageous Orange. HEX triplet: FA, 63 and 30. RGB value is (250,99,48). Sum of RGB (Red+Green+Blue) = 250+99+48=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6330 is #059CCF. Grayscale: #8A8A8A. Windows color (decimal): -367824 or 3171322. OLE color: 3171322.
HSL color Cylindrical-coordinate representation of color #FA6330: hue angle of 15.15º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA6330 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 48 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.02 |
| HSL | 15.15º | 0.95% | 0.58% | - |
| HSV(B) | 15.15º | 0.81% | 0.98% | - |
| XYZ | 44.42 | 29.46 | 6.14 | - |
| YUV | 138.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 48 | 0 | 0.60 | 0.81 | 0.02 | 15.15 | 0.95 | 0.58 |
| Hex | FA | 63 | 30 | 0 | 3C | 51 | 2 | F | 5F | 3A |
| Octal | 372 | 143 | 60 | 0 | 74 | 121 | 2 | 17 | 137 | 72 |
| Binary | 11111010 | 1100011 | 110000 | 0 | 111100 | 1010001 | 10 | 1111 | 1011111 | 111010 |
Color Harmonies of #FA6330
Complementary color
Monochromatic Colors of #FA6330
Black with #FA6330
Text Example
Text Example
White with #FA6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6330; }
p { color: rgb(250,99,48); }
H1.HeaderClassName
{
color: #FA6330;
}
.AnyTagClassName
{
color: #FA6330;
}
</style>
background-color css
<style>
a { background-color: #FA6330; }
a { background-color: rgb(250,99,48); }
div.DivClassName
{
background-color: #FA6330;
}
.BgClassName
{
background-color: #FA6330;
}
</style>
border-color css
<style>
span { border-color: #FA6330; }
span { border-color: rgb(250,99,48); }
td.TdClassName
{
border-color: #FA6330;
}
.TagClassName
{
border-color: #FA6330;
}
</style>