Shades of Outrageous Orange #FA612C
Tints of Outrageous Orange #FA612C
RGB
CMYK
RGB Variations
Color information
#FA612C (or 0xFA612C) is known color: Outrageous Orange. HEX triplet: FA, 61 and 2C. RGB value is (250,97,44). Sum of RGB (Red+Green+Blue) = 250+97+44=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA612C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA612C is #059ED3. Grayscale: #898989. Windows color (decimal): -368340 or 2908666. OLE color: 2908666.
HSL color Cylindrical-coordinate representation of color #FA612C: hue angle of 15.44º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA612C is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 44 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.02 |
| HSL | 15.44º | 0.95% | 0.58% | - |
| HSV(B) | 15.44º | 0.82% | 0.98% | - |
| XYZ | 44.15 | 29.06 | 5.66 | - |
| YUV | 136.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 44 | 0 | 0.61 | 0.82 | 0.02 | 15.44 | 0.95 | 0.58 |
| Hex | FA | 61 | 2C | 0 | 3D | 52 | 2 | F | 5F | 3A |
| Octal | 372 | 141 | 54 | 0 | 75 | 122 | 2 | 17 | 137 | 72 |
| Binary | 11111010 | 1100001 | 101100 | 0 | 111101 | 1010010 | 10 | 1111 | 1011111 | 111010 |
Color Harmonies of #FA612C
Complementary color
Monochromatic Colors of #FA612C
Black with #FA612C
Text Example
Text Example
White with #FA612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA612C; }
p { color: rgb(250,97,44); }
H1.HeaderClassName
{
color: #FA612C;
}
.AnyTagClassName
{
color: #FA612C;
}
</style>
background-color css
<style>
a { background-color: #FA612C; }
a { background-color: rgb(250,97,44); }
div.DivClassName
{
background-color: #FA612C;
}
.BgClassName
{
background-color: #FA612C;
}
</style>
border-color css
<style>
span { border-color: #FA612C; }
span { border-color: rgb(250,97,44); }
td.TdClassName
{
border-color: #FA612C;
}
.TagClassName
{
border-color: #FA612C;
}
</style>