Shades of International Orange #FA5808
Tints of International Orange #FA5808
RGB
CMYK
RGB Variations
Color information
#FA5808 (or 0xFA5808) is known color: International Orange. HEX triplet: FA, 58 and 08. RGB value is (250,88,8). Sum of RGB (Red+Green+Blue) = 250+88+8=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5808 is #05A7F7. Grayscale: #7F7F7F. Windows color (decimal): -370680 or 547066. OLE color: 547066.
HSL color Cylindrical-coordinate representation of color #FA5808: hue angle of 19.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA5808 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.02 |
| HSL | 19.83º | 0.96% | 0.51% | - |
| HSV(B) | 19.83º | 0.97% | 0.98% | - |
| XYZ | 42.96 | 27.32 | 3.24 | - |
| YUV | 127.32 | 60.67 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 8 | 0 | 0.65 | 0.97 | 0.02 | 19.83 | 0.96 | 0.51 |
| Hex | FA | 58 | 8 | 0 | 41 | 61 | 2 | 14 | 60 | 33 |
| Octal | 372 | 130 | 10 | 0 | 101 | 141 | 2 | 24 | 140 | 63 |
| Binary | 11111010 | 1011000 | 1000 | 0 | 1000001 | 1100001 | 10 | 10100 | 1100000 | 110011 |
Color Harmonies of #FA5808
Complementary color
Monochromatic Colors of #FA5808
Black with #FA5808
Text Example
Text Example
White with #FA5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5808; }
p { color: rgb(250,88,8); }
H1.HeaderClassName
{
color: #FA5808;
}
.AnyTagClassName
{
color: #FA5808;
}
</style>
background-color css
<style>
a { background-color: #FA5808; }
a { background-color: rgb(250,88,8); }
div.DivClassName
{
background-color: #FA5808;
}
.BgClassName
{
background-color: #FA5808;
}
</style>
border-color css
<style>
span { border-color: #FA5808; }
span { border-color: rgb(250,88,8); }
td.TdClassName
{
border-color: #FA5808;
}
.TagClassName
{
border-color: #FA5808;
}
</style>