Shades of Outrageous Orange #FA643D
Tints of Outrageous Orange #FA643D
RGB
CMYK
RGB Variations
Color information
#FA643D (or 0xFA643D) is known color: Outrageous Orange. HEX triplet: FA, 64 and 3D. RGB value is (250,100,61). Sum of RGB (Red+Green+Blue) = 250+100+61=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA643D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA643D is #059BC2. Grayscale: #8C8C8C. Windows color (decimal): -367555 or 4023546. OLE color: 4023546.
HSL color Cylindrical-coordinate representation of color #FA643D: hue angle of 12.38º 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 #FA643D is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 61 | - |
| CMYK | 0 | 0.6 | 0.76 | 0.02 |
| HSL | 12.38º | 0.95% | 0.61% | - |
| HSV(B) | 12.38º | 0.76% | 0.98% | - |
| XYZ | 44.82 | 29.78 | 7.8 | - |
| YUV | 140.4 | 83.2 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 61 | 0 | 0.6 | 0.76 | 0.02 | 12.38 | 0.95 | 0.61 |
| Hex | FA | 64 | 3D | 0 | 3C | 4C | 2 | C | 5F | 3D |
| Octal | 372 | 144 | 75 | 0 | 74 | 114 | 2 | 14 | 137 | 75 |
| Binary | 11111010 | 1100100 | 111101 | 0 | 111100 | 1001100 | 10 | 1100 | 1011111 | 111101 |
Color Harmonies of #FA643D
Complementary color
Monochromatic Colors of #FA643D
Black with #FA643D
Text Example
Text Example
White with #FA643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA643D; }
p { color: rgb(250,100,61); }
H1.HeaderClassName
{
color: #FA643D;
}
.AnyTagClassName
{
color: #FA643D;
}
</style>
background-color css
<style>
a { background-color: #FA643D; }
a { background-color: rgb(250,100,61); }
div.DivClassName
{
background-color: #FA643D;
}
.BgClassName
{
background-color: #FA643D;
}
</style>
border-color css
<style>
span { border-color: #FA643D; }
span { border-color: rgb(250,100,61); }
td.TdClassName
{
border-color: #FA643D;
}
.TagClassName
{
border-color: #FA643D;
}
</style>