Shades of Outrageous Orange #FA6038
Tints of Outrageous Orange #FA6038
RGB
CMYK
RGB Variations
Color information
#FA6038 (or 0xFA6038) is known color: Outrageous Orange. HEX triplet: FA, 60 and 38. RGB value is (250,96,56). Sum of RGB (Red+Green+Blue) = 250+96+56=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6038 is #059FC7. Grayscale: #898989. Windows color (decimal): -368584 or 3694842. OLE color: 3694842.
HSL color Cylindrical-coordinate representation of color #FA6038: hue angle of 12.37º 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 #FA6038 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 56 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.02 |
| HSL | 12.37º | 0.95% | 0.6% | - |
| HSV(B) | 12.37º | 0.78% | 0.98% | - |
| XYZ | 44.32 | 28.98 | 7 | - |
| YUV | 137.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 56 | 0 | 0.62 | 0.78 | 0.02 | 12.37 | 0.95 | 0.6 |
| Hex | FA | 60 | 38 | 0 | 3E | 4E | 2 | C | 5F | 3C |
| Octal | 372 | 140 | 70 | 0 | 76 | 116 | 2 | 14 | 137 | 74 |
| Binary | 11111010 | 1100000 | 111000 | 0 | 111110 | 1001110 | 10 | 1100 | 1011111 | 111100 |
Color Harmonies of #FA6038
Complementary color
Monochromatic Colors of #FA6038
Black with #FA6038
Text Example
Text Example
White with #FA6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6038; }
p { color: rgb(250,96,56); }
H1.HeaderClassName
{
color: #FA6038;
}
.AnyTagClassName
{
color: #FA6038;
}
</style>
background-color css
<style>
a { background-color: #FA6038; }
a { background-color: rgb(250,96,56); }
div.DivClassName
{
background-color: #FA6038;
}
.BgClassName
{
background-color: #FA6038;
}
</style>
border-color css
<style>
span { border-color: #FA6038; }
span { border-color: rgb(250,96,56); }
td.TdClassName
{
border-color: #FA6038;
}
.TagClassName
{
border-color: #FA6038;
}
</style>