Shades of Outrageous Orange #FA602B
Tints of Outrageous Orange #FA602B
RGB
CMYK
RGB Variations
Color information
#FA602B (or 0xFA602B) is known color: Outrageous Orange. HEX triplet: FA, 60 and 2B. RGB value is (250,96,43). Sum of RGB (Red+Green+Blue) = 250+96+43=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA602B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA602B is #059FD4. Grayscale: #888888. Windows color (decimal): -368597 or 2842874. OLE color: 2842874.
HSL color Cylindrical-coordinate representation of color #FA602B: hue angle of 15.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA602B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 43 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.02 |
| HSL | 15.36º | 0.95% | 0.57% | - |
| HSV(B) | 15.36º | 0.83% | 0.98% | - |
| XYZ | 44.04 | 28.86 | 5.54 | - |
| YUV | 136 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 43 | 0 | 0.62 | 0.83 | 0.02 | 15.36 | 0.95 | 0.57 |
| Hex | FA | 60 | 2B | 0 | 3E | 53 | 2 | F | 5F | 39 |
| Octal | 372 | 140 | 53 | 0 | 76 | 123 | 2 | 17 | 137 | 71 |
| Binary | 11111010 | 1100000 | 101011 | 0 | 111110 | 1010011 | 10 | 1111 | 1011111 | 111001 |
Color Harmonies of #FA602B
Complementary color
Monochromatic Colors of #FA602B
Black with #FA602B
Text Example
Text Example
White with #FA602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA602B; }
p { color: rgb(250,96,43); }
H1.HeaderClassName
{
color: #FA602B;
}
.AnyTagClassName
{
color: #FA602B;
}
</style>
background-color css
<style>
a { background-color: #FA602B; }
a { background-color: rgb(250,96,43); }
div.DivClassName
{
background-color: #FA602B;
}
.BgClassName
{
background-color: #FA602B;
}
</style>
border-color css
<style>
span { border-color: #FA602B; }
span { border-color: rgb(250,96,43); }
td.TdClassName
{
border-color: #FA602B;
}
.TagClassName
{
border-color: #FA602B;
}
</style>