Shades of Outrageous Orange #FA643B
Tints of Outrageous Orange #FA643B
RGB
CMYK
RGB Variations
Color information
#FA643B (or 0xFA643B) is known color: Outrageous Orange. HEX triplet: FA, 64 and 3B. RGB value is (250,100,59). Sum of RGB (Red+Green+Blue) = 250+100+59=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA643B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA643B is #059BC4. Grayscale: #8C8C8C. Windows color (decimal): -367557 or 3892474. OLE color: 3892474.
HSL color Cylindrical-coordinate representation of color #FA643B: hue angle of 12.88º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA643B is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 59 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.02 |
| HSL | 12.88º | 0.95% | 0.61% | - |
| HSV(B) | 12.88º | 0.76% | 0.98% | - |
| XYZ | 44.77 | 29.75 | 7.52 | - |
| YUV | 140.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 59 | 0 | 0.6 | 0.76 | 0.02 | 12.88 | 0.95 | 0.61 |
| Hex | FA | 64 | 3B | 0 | 3C | 4C | 2 | D | 5F | 3D |
| Octal | 372 | 144 | 73 | 0 | 74 | 114 | 2 | 15 | 137 | 75 |
| Binary | 11111010 | 1100100 | 111011 | 0 | 111100 | 1001100 | 10 | 1101 | 1011111 | 111101 |
Color Harmonies of #FA643B
Complementary color
Monochromatic Colors of #FA643B
Black with #FA643B
Text Example
Text Example
White with #FA643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA643B; }
p { color: rgb(250,100,59); }
H1.HeaderClassName
{
color: #FA643B;
}
.AnyTagClassName
{
color: #FA643B;
}
</style>
background-color css
<style>
a { background-color: #FA643B; }
a { background-color: rgb(250,100,59); }
div.DivClassName
{
background-color: #FA643B;
}
.BgClassName
{
background-color: #FA643B;
}
</style>
border-color css
<style>
span { border-color: #FA643B; }
span { border-color: rgb(250,100,59); }
td.TdClassName
{
border-color: #FA643B;
}
.TagClassName
{
border-color: #FA643B;
}
</style>