Shades of Outrageous Orange #FA5529
Tints of Outrageous Orange #FA5529
RGB
CMYK
RGB Variations
Color information
#FA5529 (or 0xFA5529) is known color: Outrageous Orange. HEX triplet: FA, 55 and 29. RGB value is (250,85,41). Sum of RGB (Red+Green+Blue) = 250+85+41=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5529 is #05AAD6. Grayscale: #818181. Windows color (decimal): -371415 or 2708986. OLE color: 2708986.
HSL color Cylindrical-coordinate representation of color #FA5529: hue angle of 12.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA5529 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 41 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.02 |
| HSL | 12.63º | 0.95% | 0.57% | - |
| HSV(B) | 12.63º | 0.84% | 0.98% | - |
| XYZ | 43.07 | 26.98 | 5.04 | - |
| YUV | 129.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 41 | 0 | 0.66 | 0.84 | 0.02 | 12.63 | 0.95 | 0.57 |
| Hex | FA | 55 | 29 | 0 | 42 | 54 | 2 | D | 5F | 39 |
| Octal | 372 | 125 | 51 | 0 | 102 | 124 | 2 | 15 | 137 | 71 |
| Binary | 11111010 | 1010101 | 101001 | 0 | 1000010 | 1010100 | 10 | 1101 | 1011111 | 111001 |
Color Harmonies of #FA5529
Complementary color
Monochromatic Colors of #FA5529
Black with #FA5529
Text Example
Text Example
White with #FA5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5529; }
p { color: rgb(250,85,41); }
H1.HeaderClassName
{
color: #FA5529;
}
.AnyTagClassName
{
color: #FA5529;
}
</style>
background-color css
<style>
a { background-color: #FA5529; }
a { background-color: rgb(250,85,41); }
div.DivClassName
{
background-color: #FA5529;
}
.BgClassName
{
background-color: #FA5529;
}
</style>
border-color css
<style>
span { border-color: #FA5529; }
span { border-color: rgb(250,85,41); }
td.TdClassName
{
border-color: #FA5529;
}
.TagClassName
{
border-color: #FA5529;
}
</style>