Shades of Outrageous Orange #FA603F
Tints of Outrageous Orange #FA603F
RGB
CMYK
RGB Variations
Color information
#FA603F (or 0xFA603F) is known color: Outrageous Orange. HEX triplet: FA, 60 and 3F. RGB value is (250,96,63). Sum of RGB (Red+Green+Blue) = 250+96+63=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA603F is #059FC0. Grayscale: #8A8A8A. Windows color (decimal): -368577 or 4153594. OLE color: 4153594.
HSL color Cylindrical-coordinate representation of color #FA603F: hue angle of 10.59º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA603F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 63 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.02 |
| HSL | 10.59º | 0.95% | 0.61% | - |
| HSV(B) | 10.59º | 0.75% | 0.98% | - |
| XYZ | 44.5 | 29.05 | 7.96 | - |
| YUV | 138.28 | 85.52 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 63 | 0 | 0.62 | 0.75 | 0.02 | 10.59 | 0.95 | 0.61 |
| Hex | FA | 60 | 3F | 0 | 3E | 4B | 2 | B | 5F | 3D |
| Octal | 372 | 140 | 77 | 0 | 76 | 113 | 2 | 13 | 137 | 75 |
| Binary | 11111010 | 1100000 | 111111 | 0 | 111110 | 1001011 | 10 | 1011 | 1011111 | 111101 |
Color Harmonies of #FA603F
Complementary color
Monochromatic Colors of #FA603F
Black with #FA603F
Text Example
Text Example
White with #FA603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA603F; }
p { color: rgb(250,96,63); }
H1.HeaderClassName
{
color: #FA603F;
}
.AnyTagClassName
{
color: #FA603F;
}
</style>
background-color css
<style>
a { background-color: #FA603F; }
a { background-color: rgb(250,96,63); }
div.DivClassName
{
background-color: #FA603F;
}
.BgClassName
{
background-color: #FA603F;
}
</style>
border-color css
<style>
span { border-color: #FA603F; }
span { border-color: rgb(250,96,63); }
td.TdClassName
{
border-color: #FA603F;
}
.TagClassName
{
border-color: #FA603F;
}
</style>