Shades of Outrageous Orange #FA6735
Tints of Outrageous Orange #FA6735
RGB
CMYK
RGB Variations
Color information
#FA6735 (or 0xFA6735) is known color: Outrageous Orange. HEX triplet: FA, 67 and 35. RGB value is (250,103,53). Sum of RGB (Red+Green+Blue) = 250+103+53=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6735 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6735 is #0598CA. Grayscale: #8D8D8D. Windows color (decimal): -366795 or 3500026. OLE color: 3500026.
HSL color Cylindrical-coordinate representation of color #FA6735: hue angle of 15.23º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA6735 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 53 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.02 |
| HSL | 15.23º | 0.95% | 0.59% | - |
| HSV(B) | 15.23º | 0.79% | 0.98% | - |
| XYZ | 44.92 | 30.28 | 6.85 | - |
| YUV | 141.25 | 78.2 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 53 | 0 | 0.59 | 0.79 | 0.02 | 15.23 | 0.95 | 0.59 |
| Hex | FA | 67 | 35 | 0 | 3B | 4F | 2 | F | 5F | 3B |
| Octal | 372 | 147 | 65 | 0 | 73 | 117 | 2 | 17 | 137 | 73 |
| Binary | 11111010 | 1100111 | 110101 | 0 | 111011 | 1001111 | 10 | 1111 | 1011111 | 111011 |
Color Harmonies of #FA6735
Complementary color
Monochromatic Colors of #FA6735
Black with #FA6735
Text Example
Text Example
White with #FA6735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6735; }
p { color: rgb(250,103,53); }
H1.HeaderClassName
{
color: #FA6735;
}
.AnyTagClassName
{
color: #FA6735;
}
</style>
background-color css
<style>
a { background-color: #FA6735; }
a { background-color: rgb(250,103,53); }
div.DivClassName
{
background-color: #FA6735;
}
.BgClassName
{
background-color: #FA6735;
}
</style>
border-color css
<style>
span { border-color: #FA6735; }
span { border-color: rgb(250,103,53); }
td.TdClassName
{
border-color: #FA6735;
}
.TagClassName
{
border-color: #FA6735;
}
</style>