Shades of Outrageous Orange #FA643C
Tints of Outrageous Orange #FA643C
RGB
CMYK
RGB Variations
Color information
#FA643C (or 0xFA643C) is known color: Outrageous Orange. HEX triplet: FA, 64 and 3C. RGB value is (250,100,60). Sum of RGB (Red+Green+Blue) = 250+100+60=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA643C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA643C is #059BC3. Grayscale: #8C8C8C. Windows color (decimal): -367556 or 3958010. OLE color: 3958010.
HSL color Cylindrical-coordinate representation of color #FA643C: hue angle of 12.63º 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 #FA643C is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 60 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.02 |
| HSL | 12.63º | 0.95% | 0.61% | - |
| HSV(B) | 12.63º | 0.76% | 0.98% | - |
| XYZ | 44.8 | 29.76 | 7.66 | - |
| YUV | 140.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 60 | 0 | 0.6 | 0.76 | 0.02 | 12.63 | 0.95 | 0.61 |
| Hex | FA | 64 | 3C | 0 | 3C | 4C | 2 | D | 5F | 3D |
| Octal | 372 | 144 | 74 | 0 | 74 | 114 | 2 | 15 | 137 | 75 |
| Binary | 11111010 | 1100100 | 111100 | 0 | 111100 | 1001100 | 10 | 1101 | 1011111 | 111101 |
Color Harmonies of #FA643C
Complementary color
Monochromatic Colors of #FA643C
Black with #FA643C
Text Example
Text Example
White with #FA643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA643C; }
p { color: rgb(250,100,60); }
H1.HeaderClassName
{
color: #FA643C;
}
.AnyTagClassName
{
color: #FA643C;
}
</style>
background-color css
<style>
a { background-color: #FA643C; }
a { background-color: rgb(250,100,60); }
div.DivClassName
{
background-color: #FA643C;
}
.BgClassName
{
background-color: #FA643C;
}
</style>
border-color css
<style>
span { border-color: #FA643C; }
span { border-color: rgb(250,100,60); }
td.TdClassName
{
border-color: #FA643C;
}
.TagClassName
{
border-color: #FA643C;
}
</style>