Shades of Outrageous Orange #FA602F
Tints of Outrageous Orange #FA602F
RGB
CMYK
RGB Variations
Color information
#FA602F (or 0xFA602F) is known color: Outrageous Orange. HEX triplet: FA, 60 and 2F. RGB value is (250,96,47). Sum of RGB (Red+Green+Blue) = 250+96+47=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA602F is #059FD0. Grayscale: #888888. Windows color (decimal): -368593 or 3105018. OLE color: 3105018.
HSL color Cylindrical-coordinate representation of color #FA602F: hue angle of 14.48º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA602F is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 47 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.02 |
| HSL | 14.48º | 0.95% | 0.58% | - |
| HSV(B) | 14.48º | 0.81% | 0.98% | - |
| XYZ | 44.12 | 28.89 | 5.94 | - |
| YUV | 136.46 | 77.52 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 47 | 0 | 0.62 | 0.81 | 0.02 | 14.48 | 0.95 | 0.58 |
| Hex | FA | 60 | 2F | 0 | 3E | 51 | 2 | E | 5F | 3A |
| Octal | 372 | 140 | 57 | 0 | 76 | 121 | 2 | 16 | 137 | 72 |
| Binary | 11111010 | 1100000 | 101111 | 0 | 111110 | 1010001 | 10 | 1110 | 1011111 | 111010 |
Color Harmonies of #FA602F
Complementary color
Monochromatic Colors of #FA602F
Black with #FA602F
Text Example
Text Example
White with #FA602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA602F; }
p { color: rgb(250,96,47); }
H1.HeaderClassName
{
color: #FA602F;
}
.AnyTagClassName
{
color: #FA602F;
}
</style>
background-color css
<style>
a { background-color: #FA602F; }
a { background-color: rgb(250,96,47); }
div.DivClassName
{
background-color: #FA602F;
}
.BgClassName
{
background-color: #FA602F;
}
</style>
border-color css
<style>
span { border-color: #FA602F; }
span { border-color: rgb(250,96,47); }
td.TdClassName
{
border-color: #FA602F;
}
.TagClassName
{
border-color: #FA602F;
}
</style>