Shades of Outrageous Orange #FA602D
Tints of Outrageous Orange #FA602D
RGB
CMYK
RGB Variations
Color information
#FA602D (or 0xFA602D) is known color: Outrageous Orange. HEX triplet: FA, 60 and 2D. RGB value is (250,96,45). Sum of RGB (Red+Green+Blue) = 250+96+45=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA602D is #059FD2. Grayscale: #888888. Windows color (decimal): -368595 or 2973946. OLE color: 2973946.
HSL color Cylindrical-coordinate representation of color #FA602D: hue angle of 14.93º 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 #FA602D is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 45 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.02 |
| HSL | 14.93º | 0.95% | 0.58% | - |
| HSV(B) | 14.93º | 0.82% | 0.98% | - |
| XYZ | 44.08 | 28.88 | 5.73 | - |
| YUV | 136.23 | 76.52 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 45 | 0 | 0.62 | 0.82 | 0.02 | 14.93 | 0.95 | 0.58 |
| Hex | FA | 60 | 2D | 0 | 3E | 52 | 2 | F | 5F | 3A |
| Octal | 372 | 140 | 55 | 0 | 76 | 122 | 2 | 17 | 137 | 72 |
| Binary | 11111010 | 1100000 | 101101 | 0 | 111110 | 1010010 | 10 | 1111 | 1011111 | 111010 |
Color Harmonies of #FA602D
Complementary color
Monochromatic Colors of #FA602D
Black with #FA602D
Text Example
Text Example
White with #FA602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA602D; }
p { color: rgb(250,96,45); }
H1.HeaderClassName
{
color: #FA602D;
}
.AnyTagClassName
{
color: #FA602D;
}
</style>
background-color css
<style>
a { background-color: #FA602D; }
a { background-color: rgb(250,96,45); }
div.DivClassName
{
background-color: #FA602D;
}
.BgClassName
{
background-color: #FA602D;
}
</style>
border-color css
<style>
span { border-color: #FA602D; }
span { border-color: rgb(250,96,45); }
td.TdClassName
{
border-color: #FA602D;
}
.TagClassName
{
border-color: #FA602D;
}
</style>