Shades of Outrageous Orange #FA5329
Tints of Outrageous Orange #FA5329
RGB
CMYK
RGB Variations
Color information
#FA5329 (or 0xFA5329) is known color: Outrageous Orange. HEX triplet: FA, 53 and 29. RGB value is (250,83,41). Sum of RGB (Red+Green+Blue) = 250+83+41=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5329 is #05ACD6. Grayscale: #808080. Windows color (decimal): -371927 or 2708474. OLE color: 2708474.
HSL color Cylindrical-coordinate representation of color #FA5329: hue angle of 12.06º 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 #FA5329 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 41 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.02 |
| HSL | 12.06º | 0.95% | 0.57% | - |
| HSV(B) | 12.06º | 0.84% | 0.98% | - |
| XYZ | 42.92 | 26.67 | 4.98 | - |
| YUV | 128.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 41 | 0 | 0.67 | 0.84 | 0.02 | 12.06 | 0.95 | 0.57 |
| Hex | FA | 53 | 29 | 0 | 43 | 54 | 2 | C | 5F | 39 |
| Octal | 372 | 123 | 51 | 0 | 103 | 124 | 2 | 14 | 137 | 71 |
| Binary | 11111010 | 1010011 | 101001 | 0 | 1000011 | 1010100 | 10 | 1100 | 1011111 | 111001 |
Color Harmonies of #FA5329
Complementary color
Monochromatic Colors of #FA5329
Black with #FA5329
Text Example
Text Example
White with #FA5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5329; }
p { color: rgb(250,83,41); }
H1.HeaderClassName
{
color: #FA5329;
}
.AnyTagClassName
{
color: #FA5329;
}
</style>
background-color css
<style>
a { background-color: #FA5329; }
a { background-color: rgb(250,83,41); }
div.DivClassName
{
background-color: #FA5329;
}
.BgClassName
{
background-color: #FA5329;
}
</style>
border-color css
<style>
span { border-color: #FA5329; }
span { border-color: rgb(250,83,41); }
td.TdClassName
{
border-color: #FA5329;
}
.TagClassName
{
border-color: #FA5329;
}
</style>