Shades of International Orange #FA5302
Tints of International Orange #FA5302
RGB
CMYK
RGB Variations
Color information
#FA5302 (or 0xFA5302) is known color: International Orange. HEX triplet: FA, 53 and 02. RGB value is (250,83,2). Sum of RGB (Red+Green+Blue) = 250+83+2=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5302 is #05ACFD. Grayscale: #7C7C7C. Windows color (decimal): -371966 or 152570. OLE color: 152570.
HSL color Cylindrical-coordinate representation of color #FA5302: hue angle of 19.6º 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 #FA5302 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.02 |
| HSL | 19.6º | 0.98% | 0.49% | - |
| HSV(B) | 19.6º | 0.99% | 0.98% | - |
| XYZ | 42.53 | 26.51 | 2.93 | - |
| YUV | 123.7 | 59.33 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 2 | 0 | 0.67 | 0.99 | 0.02 | 19.6 | 0.98 | 0.49 |
| Hex | FA | 53 | 2 | 0 | 43 | 63 | 2 | 14 | 62 | 31 |
| Octal | 372 | 123 | 2 | 0 | 103 | 143 | 2 | 24 | 142 | 61 |
| Binary | 11111010 | 1010011 | 10 | 0 | 1000011 | 1100011 | 10 | 10100 | 1100010 | 110001 |
Color Harmonies of #FA5302
Complementary color
Monochromatic Colors of #FA5302
Black with #FA5302
Text Example
Text Example
White with #FA5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5302; }
p { color: rgb(250,83,2); }
H1.HeaderClassName
{
color: #FA5302;
}
.AnyTagClassName
{
color: #FA5302;
}
</style>
background-color css
<style>
a { background-color: #FA5302; }
a { background-color: rgb(250,83,2); }
div.DivClassName
{
background-color: #FA5302;
}
.BgClassName
{
background-color: #FA5302;
}
</style>
border-color css
<style>
span { border-color: #FA5302; }
span { border-color: rgb(250,83,2); }
td.TdClassName
{
border-color: #FA5302;
}
.TagClassName
{
border-color: #FA5302;
}
</style>