Shades of Outrageous Orange #FA613C
Tints of Outrageous Orange #FA613C
RGB
CMYK
RGB Variations
Color information
#FA613C (or 0xFA613C) is known color: Outrageous Orange. HEX triplet: FA, 61 and 3C. RGB value is (250,97,60). Sum of RGB (Red+Green+Blue) = 250+97+60=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA613C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA613C is #059EC3. Grayscale: #8A8A8A. Windows color (decimal): -368324 or 3957242. OLE color: 3957242.
HSL color Cylindrical-coordinate representation of color #FA613C: hue angle of 11.68º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA613C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 60 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.02 |
| HSL | 11.68º | 0.95% | 0.61% | - |
| HSV(B) | 11.68º | 0.76% | 0.98% | - |
| XYZ | 44.51 | 29.2 | 7.56 | - |
| YUV | 138.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 60 | 0 | 0.61 | 0.76 | 0.02 | 11.68 | 0.95 | 0.61 |
| Hex | FA | 61 | 3C | 0 | 3D | 4C | 2 | C | 5F | 3D |
| Octal | 372 | 141 | 74 | 0 | 75 | 114 | 2 | 14 | 137 | 75 |
| Binary | 11111010 | 1100001 | 111100 | 0 | 111101 | 1001100 | 10 | 1100 | 1011111 | 111101 |
Color Harmonies of #FA613C
Complementary color
Monochromatic Colors of #FA613C
Black with #FA613C
Text Example
Text Example
White with #FA613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA613C; }
p { color: rgb(250,97,60); }
H1.HeaderClassName
{
color: #FA613C;
}
.AnyTagClassName
{
color: #FA613C;
}
</style>
background-color css
<style>
a { background-color: #FA613C; }
a { background-color: rgb(250,97,60); }
div.DivClassName
{
background-color: #FA613C;
}
.BgClassName
{
background-color: #FA613C;
}
</style>
border-color css
<style>
span { border-color: #FA613C; }
span { border-color: rgb(250,97,60); }
td.TdClassName
{
border-color: #FA613C;
}
.TagClassName
{
border-color: #FA613C;
}
</style>