Shades of Outrageous Orange #FA6838
Tints of Outrageous Orange #FA6838
RGB
CMYK
RGB Variations
Color information
#FA6838 (or 0xFA6838) is known color: Outrageous Orange. HEX triplet: FA, 68 and 38. RGB value is (250,104,56). Sum of RGB (Red+Green+Blue) = 250+104+56=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6838 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6838 is #0597C7. Grayscale: #8E8E8E. Windows color (decimal): -366536 or 3696890. OLE color: 3696890.
HSL color Cylindrical-coordinate representation of color #FA6838: hue angle of 14.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA6838 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 56 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.02 |
| HSL | 14.85º | 0.95% | 0.6% | - |
| HSV(B) | 14.85º | 0.78% | 0.98% | - |
| XYZ | 45.09 | 30.51 | 7.25 | - |
| YUV | 142.18 | 79.37 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 56 | 0 | 0.58 | 0.78 | 0.02 | 14.85 | 0.95 | 0.6 |
| Hex | FA | 68 | 38 | 0 | 3A | 4E | 2 | F | 5F | 3C |
| Octal | 372 | 150 | 70 | 0 | 72 | 116 | 2 | 17 | 137 | 74 |
| Binary | 11111010 | 1101000 | 111000 | 0 | 111010 | 1001110 | 10 | 1111 | 1011111 | 111100 |
Color Harmonies of #FA6838
Complementary color
Monochromatic Colors of #FA6838
Black with #FA6838
Text Example
Text Example
White with #FA6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6838; }
p { color: rgb(250,104,56); }
H1.HeaderClassName
{
color: #FA6838;
}
.AnyTagClassName
{
color: #FA6838;
}
</style>
background-color css
<style>
a { background-color: #FA6838; }
a { background-color: rgb(250,104,56); }
div.DivClassName
{
background-color: #FA6838;
}
.BgClassName
{
background-color: #FA6838;
}
</style>
border-color css
<style>
span { border-color: #FA6838; }
span { border-color: rgb(250,104,56); }
td.TdClassName
{
border-color: #FA6838;
}
.TagClassName
{
border-color: #FA6838;
}
</style>