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