Shades of Outrageous Orange #FA653C
Tints of Outrageous Orange #FA653C
RGB
CMYK
RGB Variations
Color information
#FA653C (or 0xFA653C) is known color: Outrageous Orange. HEX triplet: FA, 65 and 3C. RGB value is (250,101,60). Sum of RGB (Red+Green+Blue) = 250+101+60=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA653C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA653C is #059AC3. Grayscale: #8D8D8D. Windows color (decimal): -367300 or 3958266. OLE color: 3958266.
HSL color Cylindrical-coordinate representation of color #FA653C: hue angle of 12.95º 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 #FA653C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 60 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.02 |
| HSL | 12.95º | 0.95% | 0.61% | - |
| HSV(B) | 12.95º | 0.76% | 0.98% | - |
| XYZ | 44.89 | 29.96 | 7.69 | - |
| YUV | 140.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 60 | 0 | 0.60 | 0.76 | 0.02 | 12.95 | 0.95 | 0.61 |
| Hex | FA | 65 | 3C | 0 | 3C | 4C | 2 | D | 5F | 3D |
| Octal | 372 | 145 | 74 | 0 | 74 | 114 | 2 | 15 | 137 | 75 |
| Binary | 11111010 | 1100101 | 111100 | 0 | 111100 | 1001100 | 10 | 1101 | 1011111 | 111101 |
Color Harmonies of #FA653C
Complementary color
Monochromatic Colors of #FA653C
Black with #FA653C
Text Example
Text Example
White with #FA653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA653C; }
p { color: rgb(250,101,60); }
H1.HeaderClassName
{
color: #FA653C;
}
.AnyTagClassName
{
color: #FA653C;
}
</style>
background-color css
<style>
a { background-color: #FA653C; }
a { background-color: rgb(250,101,60); }
div.DivClassName
{
background-color: #FA653C;
}
.BgClassName
{
background-color: #FA653C;
}
</style>
border-color css
<style>
span { border-color: #FA653C; }
span { border-color: rgb(250,101,60); }
td.TdClassName
{
border-color: #FA653C;
}
.TagClassName
{
border-color: #FA653C;
}
</style>