Shades of Outrageous Orange #FA642F
Tints of Outrageous Orange #FA642F
RGB
CMYK
RGB Variations
Color information
#FA642F (or 0xFA642F) is known color: Outrageous Orange. HEX triplet: FA, 64 and 2F. RGB value is (250,100,47). Sum of RGB (Red+Green+Blue) = 250+100+47=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA642F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA642F is #059BD0. Grayscale: #8B8B8B. Windows color (decimal): -367569 or 3106042. OLE color: 3106042.
HSL color Cylindrical-coordinate representation of color #FA642F: hue angle of 15.67º 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 #FA642F is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 47 | - |
| CMYK | 0 | 0.6 | 0.81 | 0.02 |
| HSL | 15.67º | 0.95% | 0.58% | - |
| HSV(B) | 15.67º | 0.81% | 0.98% | - |
| XYZ | 44.49 | 29.64 | 6.07 | - |
| YUV | 138.81 | 76.2 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 47 | 0 | 0.6 | 0.81 | 0.02 | 15.67 | 0.95 | 0.58 |
| Hex | FA | 64 | 2F | 0 | 3C | 51 | 2 | 10 | 5F | 3A |
| Octal | 372 | 144 | 57 | 0 | 74 | 121 | 2 | 20 | 137 | 72 |
| Binary | 11111010 | 1100100 | 101111 | 0 | 111100 | 1010001 | 10 | 10000 | 1011111 | 111010 |
Color Harmonies of #FA642F
Complementary color
Monochromatic Colors of #FA642F
Black with #FA642F
Text Example
Text Example
White with #FA642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA642F; }
p { color: rgb(250,100,47); }
H1.HeaderClassName
{
color: #FA642F;
}
.AnyTagClassName
{
color: #FA642F;
}
</style>
background-color css
<style>
a { background-color: #FA642F; }
a { background-color: rgb(250,100,47); }
div.DivClassName
{
background-color: #FA642F;
}
.BgClassName
{
background-color: #FA642F;
}
</style>
border-color css
<style>
span { border-color: #FA642F; }
span { border-color: rgb(250,100,47); }
td.TdClassName
{
border-color: #FA642F;
}
.TagClassName
{
border-color: #FA642F;
}
</style>