Shades of Outrageous Orange #FA663C
Tints of Outrageous Orange #FA663C
RGB
CMYK
RGB Variations
Color information
#FA663C (or 0xFA663C) is known color: Outrageous Orange. HEX triplet: FA, 66 and 3C. RGB value is (250,102,60). Sum of RGB (Red+Green+Blue) = 250+102+60=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA663C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA663C is #0599C3. Grayscale: #8D8D8D. Windows color (decimal): -367044 or 3958522. OLE color: 3958522.
HSL color Cylindrical-coordinate representation of color #FA663C: hue angle of 13.26º 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 #FA663C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 60 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.02 |
| HSL | 13.26º | 0.95% | 0.61% | - |
| HSV(B) | 13.26º | 0.76% | 0.98% | - |
| XYZ | 44.99 | 30.15 | 7.72 | - |
| YUV | 141.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 60 | 0 | 0.59 | 0.76 | 0.02 | 13.26 | 0.95 | 0.61 |
| Hex | FA | 66 | 3C | 0 | 3B | 4C | 2 | D | 5F | 3D |
| Octal | 372 | 146 | 74 | 0 | 73 | 114 | 2 | 15 | 137 | 75 |
| Binary | 11111010 | 1100110 | 111100 | 0 | 111011 | 1001100 | 10 | 1101 | 1011111 | 111101 |
Color Harmonies of #FA663C
Complementary color
Monochromatic Colors of #FA663C
Black with #FA663C
Text Example
Text Example
White with #FA663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA663C; }
p { color: rgb(250,102,60); }
H1.HeaderClassName
{
color: #FA663C;
}
.AnyTagClassName
{
color: #FA663C;
}
</style>
background-color css
<style>
a { background-color: #FA663C; }
a { background-color: rgb(250,102,60); }
div.DivClassName
{
background-color: #FA663C;
}
.BgClassName
{
background-color: #FA663C;
}
</style>
border-color css
<style>
span { border-color: #FA663C; }
span { border-color: rgb(250,102,60); }
td.TdClassName
{
border-color: #FA663C;
}
.TagClassName
{
border-color: #FA663C;
}
</style>