Shades of International Orange #FA5602
Tints of International Orange #FA5602
RGB
CMYK
RGB Variations
Color information
#FA5602 (or 0xFA5602) is known color: International Orange. HEX triplet: FA, 56 and 02. RGB value is (250,86,2). Sum of RGB (Red+Green+Blue) = 250+86+2=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5602 is #05A9FD. Grayscale: #7D7D7D. Windows color (decimal): -371198 or 153338. OLE color: 153338.
HSL color Cylindrical-coordinate representation of color #FA5602: hue angle of 20.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA5602 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.02 |
| HSL | 20.32º | 0.98% | 0.49% | - |
| HSV(B) | 20.32º | 0.99% | 0.98% | - |
| XYZ | 42.76 | 26.98 | 3.01 | - |
| YUV | 125.46 | 58.33 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 2 | 0 | 0.66 | 0.99 | 0.02 | 20.32 | 0.98 | 0.49 |
| Hex | FA | 56 | 2 | 0 | 42 | 63 | 2 | 14 | 62 | 31 |
| Octal | 372 | 126 | 2 | 0 | 102 | 143 | 2 | 24 | 142 | 61 |
| Binary | 11111010 | 1010110 | 10 | 0 | 1000010 | 1100011 | 10 | 10100 | 1100010 | 110001 |
Color Harmonies of #FA5602
Complementary color
Monochromatic Colors of #FA5602
Black with #FA5602
Text Example
Text Example
White with #FA5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5602; }
p { color: rgb(250,86,2); }
H1.HeaderClassName
{
color: #FA5602;
}
.AnyTagClassName
{
color: #FA5602;
}
</style>
background-color css
<style>
a { background-color: #FA5602; }
a { background-color: rgb(250,86,2); }
div.DivClassName
{
background-color: #FA5602;
}
.BgClassName
{
background-color: #FA5602;
}
</style>
border-color css
<style>
span { border-color: #FA5602; }
span { border-color: rgb(250,86,2); }
td.TdClassName
{
border-color: #FA5602;
}
.TagClassName
{
border-color: #FA5602;
}
</style>