Shades of International Orange #FA5306
Tints of International Orange #FA5306
RGB
CMYK
RGB Variations
Color information
#FA5306 (or 0xFA5306) is known color: International Orange. HEX triplet: FA, 53 and 06. RGB value is (250,83,6). Sum of RGB (Red+Green+Blue) = 250+83+6=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5306 is #05ACF9. Grayscale: #7C7C7C. Windows color (decimal): -371962 or 414714. OLE color: 414714.
HSL color Cylindrical-coordinate representation of color #FA5306: hue angle of 18.93º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA5306 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 6 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.02 |
| HSL | 18.93º | 0.96% | 0.5% | - |
| HSV(B) | 18.93º | 0.98% | 0.98% | - |
| XYZ | 42.55 | 26.52 | 3.05 | - |
| YUV | 124.16 | 61.33 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 6 | 0 | 0.67 | 0.98 | 0.02 | 18.93 | 0.96 | 0.5 |
| Hex | FA | 53 | 6 | 0 | 43 | 62 | 2 | 13 | 60 | 32 |
| Octal | 372 | 123 | 6 | 0 | 103 | 142 | 2 | 23 | 140 | 62 |
| Binary | 11111010 | 1010011 | 110 | 0 | 1000011 | 1100010 | 10 | 10011 | 1100000 | 110010 |
Color Harmonies of #FA5306
Complementary color
Monochromatic Colors of #FA5306
Black with #FA5306
Text Example
Text Example
White with #FA5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5306; }
p { color: rgb(250,83,6); }
H1.HeaderClassName
{
color: #FA5306;
}
.AnyTagClassName
{
color: #FA5306;
}
</style>
background-color css
<style>
a { background-color: #FA5306; }
a { background-color: rgb(250,83,6); }
div.DivClassName
{
background-color: #FA5306;
}
.BgClassName
{
background-color: #FA5306;
}
</style>
border-color css
<style>
span { border-color: #FA5306; }
span { border-color: rgb(250,83,6); }
td.TdClassName
{
border-color: #FA5306;
}
.TagClassName
{
border-color: #FA5306;
}
</style>